Switch default mail config to Mailgun.
This commit is contained in:
parent
724e0e026d
commit
be16de2a2f
|
@ -28,7 +28,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'host' => 'smtp.postmarkapp.com',
|
||||
'host' => 'smtp.mailgun.org',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'port' => 2525,
|
||||
'port' => 587,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue