Created
October 29, 2018 14:05
-
-
Save eberharterm/256e9464a4e2769a3d12657d7433da8d to your computer and use it in GitHub Desktop.
Mailhog Laravel Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIL_DRIVER=smtp | |
MAIL_HOST=0.0.0.0 | |
MAIL_PORT=1025 | |
MAIL_ENCRYPTION=null | |
MAIL_USER=testuser | |
MAIL_PASSWORD=testpwd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment