Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cgartner-redstage/118454413ac5ca872858d79e6a894cd4 to your computer and use it in GitHub Desktop.
Save cgartner-redstage/118454413ac5ca872858d79e6a894cd4 to your computer and use it in GitHub Desktop.
Laravel MailHog SMTP configuration
# 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