Skip to content

Commit be16de2

Browse files
committed
Switch default mail config to Mailgun.
1 parent 724e0e0 commit be16de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/mail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
|
2929
*/
3030

31-
'host' => 'smtp.postmarkapp.com',
31+
'host' => 'smtp.mailgun.org',
3232

3333
/*
3434
|--------------------------------------------------------------------------
@@ -41,7 +41,7 @@
4141
|
4242
*/
4343

44-
'port' => 2525,
44+
'port' => 587,
4545

4646
/*
4747
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)