-
-
Save selenearzola/18d6198e7e61f0046f2345c6c7327799 to your computer and use it in GitHub Desktop.
Mailgun Email configuration vars
This file contains 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
MAIL_DRIVER=mailgun | |
MAIL_HOST=smtp.mailgun.org | |
MAIL_PORT=587 | |
MAIL_ENCRYPTION=tls | |
MAILGUN_DOMAIN= | |
MAILGUN_SECRET= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment