ALLOW_MAIL_NOTIFICATIONS=true
SMTP_PORT=587
SMTP_PASSWORD=abc email password
SMTP_AUTH=plain
SMTP_STARTTLS_AUTO=true
#
# enable SMTPS: SMTP over direct TLS connection; usually port 465
# SMTP_TLS=true
#
# If your mail server has a self-signed certificate, you'll also need to include the line below.
# Please note that enable this presents its own security risks and should not be done unless necessary.
# SMTP_OPENSSL_VERIFY_MODE=none
# Specify the email address that all mail is sent from
# Specify the recipient for test emails (needed for providers like Microsoft, who are very
# strict about RFC 2606)