Skip to content

Commit

Permalink
Mailgun: endpoint customization
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed Sep 27, 2021
1 parent 14eeb42 commit 0bb721b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ MAIL_FROM_NAME="Nottinghack Membership Team"

MAILGUN_DOMAIN=
MAILGUN_SECRET=
#MAILGUN_ENDPOINT=
MAILGUN_FROM_ADDRESS=[email protected]
MAILGUN_FROM_NAME="Nottinghack Membership Team"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
Expand Down
2 changes: 1 addition & 1 deletion config/mailgun.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
*/
'api' => [
'endpoint' => 'api.mailgun.net',
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
'version' => 'v3',
'ssl' => true,
],
Expand Down

0 comments on commit 0bb721b

Please sign in to comment.