Skip to content

Commit 01fa7e3

Browse files
authored
Mailtrap now reference smtp. for their host value.
1 parent 0c4f0f0 commit 01fa7e3

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)