Skip to content

Instantly share code, notes, and snippets.

@uniacid
Forked from Propaganistas/MailHog configuration
Created February 8, 2020 03:19
Show Gist options
  • Save uniacid/c611e5f64df52e088737e407dd994980 to your computer and use it in GitHub Desktop.
Save uniacid/c611e5f64df52e088737e407dd994980 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