Switch default mail config to Mailgun.

This commit is contained in:
Taylor Otwell 2013-03-27 10:12:38 -05:00
parent 724e0e026d
commit be16de2a2f
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
|
*/
'host' => 'smtp.postmarkapp.com',
'host' => 'smtp.mailgun.org',
/*
|--------------------------------------------------------------------------
@ -41,7 +41,7 @@
|
*/
'port' => 2525,
'port' => 587,
/*
|--------------------------------------------------------------------------