Skip to content

Commit 1447a0e

Browse files
authored
Merge pull request laravel#4182 from bbashy/patch-1
Mailtrap now reference smtp. for their host value.
2 parents 0c4f0f0 + 01fa7e3 commit 1447a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ REDIS_PASSWORD=null
2121
REDIS_PORT=6379
2222

2323
MAIL_DRIVER=smtp
24-
MAIL_HOST=mailtrap.io
24+
MAIL_HOST=smtp.mailtrap.io
2525
MAIL_PORT=2525
2626
MAIL_USERNAME=null
2727
MAIL_PASSWORD=null

0 commit comments

Comments
 (0)