Browse Source

Switch default mail config to Mailgun.

Taylor Otwell 11 years ago
parent
commit
be16de2a2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/mail.php

+ 2 - 2
app/config/mail.php

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