Skip to content

Commit

Permalink
refactor: change SMTP_ENABLE_STARTTLS_AUTO to SMTP_ENABLE_STARTTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jun 18, 2024
1 parent 2d2ef0e commit 46bfcde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ LDAP_UID=uid
######################################

# SMTP
SMTP_DOMAIN=zealot.com
SMTP_ADDRESS=smtp.gmail.com
SMTP_PORT=587
SMTP_DOMAIN=gmail.com
SMTP_USERNAME=[email protected]
SMTP_PASSWORD=yourpassword
SMTP_PASSWORD=your_app_password
SMTP_AUTH_METHOD=plain
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_ENABLE_STARTTLS=true

# 邮件默认收发人
ACTION_MAILER_DEFAULT_FROM=[email protected]
Expand Down

0 comments on commit 46bfcde

Please sign in to comment.