Last active
September 26, 2021 11:23
-
-
Save tararoutray/552b5a5f8d96cfd600da4ad28dc75b2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Name of the email driver or mailer | |
MAIL_MAILER=mailgun | |
# Mailer Host | |
MAIL_HOST=smtp.mailgun.org | |
# Mailer Port | |
MAIL_PORT=587 | |
# Username | |
MAIL_USERNAME=postmaster@xxxxxxxxxxxxxxxxxxxxxxxxxxxx.mailgun.org | |
# Password | |
MAIL_PASSWORD=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
# Encryption Format | |
MAIL_ENCRYPTION=SSL | |
# Sender/Application Email | |
MAIL_FROM_ADDRESS="[email protected]" | |
# Sender/Application Name | |
MAIL_FROM_NAME="${APP_NAME}" | |
# Domain Name | |
MAILGUN_DOMAIN=sandbox1b0b6c203ee446178d79ac2bf92c0213.mailgun.org | |
# Domain Secret / API Key | |
MAILGUN_SECRET=53c65413085a9c2f4bd0165cc3b32ae4-90346a2d-f6713c21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment