-
-
Save od3n/9d6c701b56d86862942edadab736c34d to your computer and use it in GitHub Desktop.
Laravel MailHog SMTP configuration
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
# Mailhog | |
MAIL_DRIVER=smtp | |
MAIL_HOST=0.0.0.0 | |
MAIL_PORT=1025 | |
MAIL_USERNAME=null | |
MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment