Skip to content

Commit 52e130b

Browse files
Merge branch 'master' of github.com:kingscode/laravel-api-starter
2 parents 63571ec + 8a00e0e commit 52e130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'mailgun' => [
1818
'domain' => env('MAILGUN_DOMAIN'),
1919
'secret' => env('MAILGUN_SECRET'),
20-
'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
20+
'endpoint' => env('MAILGUN_ENDPOINT', 'api.eu.mailgun.net'),
2121
],
2222

2323
'postmark' => [

0 commit comments

Comments
 (0)