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

View File

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