Browse Source

Mailtrap now reference smtp. for their host value.

Ben Sampson 7 years ago
parent
commit
01fa7e37db
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