mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add support for mailgun API endpoint (#3364)
This commit is contained in:
@@ -16,6 +16,7 @@ return [
|
||||
'mailgun' => [
|
||||
'domain' => env('MAILGUN_DOMAIN'),
|
||||
'secret' => env('MAILGUN_SECRET'),
|
||||
'endpoint' => env('MAILGUN_ENDPOINT')
|
||||
],
|
||||
|
||||
'mandrill' => [
|
||||
|
||||
Reference in New Issue
Block a user