mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Adding SendGrid email transport (#15384)
* Adding SendGrid email transport * Formatting Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
committed by
GitHub
parent
ac34279eb1
commit
31a6fd208f
@@ -292,7 +292,7 @@ EXTENSIONS_AUTO_RELOAD=false
|
||||
EMAIL_FROM="no-reply@directus.io"
|
||||
|
||||
# What to use to send emails. One of
|
||||
# sendmail, smtp, mailgun, ses.
|
||||
# sendmail, smtp, mailgun, sendgrid, ses.
|
||||
EMAIL_TRANSPORT="sendmail"
|
||||
EMAIL_SENDMAIL_NEW_LINE="unix"
|
||||
EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
@@ -319,3 +319,6 @@ EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
## Email (Mailgun Transport)
|
||||
# EMAIL_MAILGUN_API_KEY="key-1234123412341234"
|
||||
# EMAIL_MAILGUN_DOMAIN="a domain name from https://app.mailgun.com/app/sending/domains"
|
||||
|
||||
## Email (SendGrid Transport)
|
||||
# EMAIL_SENDGRID_API_KEY="key-1234123412341234"
|
||||
|
||||
Reference in New Issue
Block a user