Skip to content

Instantly share code, notes, and snippets.

@MubinSayed
Created December 2, 2021 07:39
Show Gist options
  • Save MubinSayed/61e5f6c9501751c1e3a47d215234e330 to your computer and use it in GitHub Desktop.
Save MubinSayed/61e5f6c9501751c1e3a47d215234e330 to your computer and use it in GitHub Desktop.
Laravel MailHog Configuration

Mailhog Configuration

MAIL_DRIVER=smtp
MAIL_HOST=localhost
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