mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use sendmail by dfeault
This commit is contained in:
@@ -76,14 +76,14 @@ EXTENSIONS_PATH="./extensions"
|
||||
EMAIL_FROM="no-reply@directus.io"
|
||||
EMAIL_TRANSPORT="sendmail"
|
||||
|
||||
## Email (SMTP Transport)
|
||||
EMAIL_SMTP_POOL=true
|
||||
EMAIL_SMTP_HOST="localhost"
|
||||
EMAIL_SMTP_PORT=465
|
||||
EMAIL_SMTP_SECURE=false # Use TLS
|
||||
EMAIL_SMTP_USER="username"
|
||||
EMAIL_SMTP_PASSWORD="password"
|
||||
## Email (Sendmail Transport)
|
||||
EMAIL_SENDMAIL_NEW_LINE="unix"
|
||||
EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
|
||||
# # Email (Sendmail Transport)
|
||||
# EMAIL_SENDMAIL_NEW_LINE="unix"
|
||||
# EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
## Email (SMTP Transport)
|
||||
# EMAIL_SMTP_POOL=true
|
||||
# EMAIL_SMTP_HOST="localhost"
|
||||
# EMAIL_SMTP_PORT=465
|
||||
# EMAIL_SMTP_SECURE=false # Use TLS
|
||||
# EMAIL_SMTP_USER="username"
|
||||
# EMAIL_SMTP_PASSWORD="password"
|
||||
|
||||
Reference in New Issue
Block a user