Add support for mailgun API endpoint (#3364)
This commit is contained in:
parent
b79d6e9e64
commit
75d254a6a4
4 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,7 @@ MAIL_USERNAME=
|
|||
MAIL_PASSWORD=
|
||||
MAIL_ENCRYPTION=tls
|
||||
MAIL_FROM=no-reply@example.com
|
||||
MAILGUN_ENDPOINT=api.mailgun.net
|
||||
# You should set this to your domain to prevent it defaulting to 'localhost', causing
|
||||
# mail servers such as Gmail to reject your mail.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue