Added Mailgun endpoint to services config (#4667)

Fixes #3846. Credit to @ozdemirburak.
This commit is contained in:
Burak Özdemir 2019-10-07 04:27:10 +03:00 committed by Luke Towers
parent 17f3c6f74b
commit 64d02b77cc
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ return [
'mailgun' => [
'domain' => '',
'secret' => '',
'endpoint' => 'api.mailgun.net', // api.eu.mailgun.net for EU
],
'mandrill' => [