From be16de2a2feb151a20cc4f867b1de23e87ef5bb8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 27 Mar 2013 10:12:38 -0500 Subject: [PATCH] Switch default mail config to Mailgun. --- app/config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/mail.php b/app/config/mail.php index 676713f5..7b7dff67 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -28,7 +28,7 @@ | */ - 'host' => 'smtp.postmarkapp.com', + 'host' => 'smtp.mailgun.org', /* |-------------------------------------------------------------------------- @@ -41,7 +41,7 @@ | */ - 'port' => 2525, + 'port' => 587, /* |--------------------------------------------------------------------------