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, /* |--------------------------------------------------------------------------