Skip to content

Instantly share code, notes, and snippets.

@eberharterm
Created October 29, 2018 14:05
Show Gist options
  • Save eberharterm/256e9464a4e2769a3d12657d7433da8d to your computer and use it in GitHub Desktop.
Save eberharterm/256e9464a4e2769a3d12657d7433da8d to your computer and use it in GitHub Desktop.
Mailhog Laravel Settings
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