Browse Source

Merge pull request #4182 from bbashy/patch-1

Mailtrap now reference smtp. for their host value.
Taylor Otwell 8 years ago
parent
commit
1447a0ef50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -21,7 +21,7 @@ REDIS_PASSWORD=null
 REDIS_PORT=6379
 
 MAIL_DRIVER=smtp
-MAIL_HOST=mailtrap.io
+MAIL_HOST=smtp.mailtrap.io
 MAIL_PORT=2525
 MAIL_USERNAME=null
 MAIL_PASSWORD=null