fix: env SMTP_PORT is empty caused err when launching (#5742)

This commit is contained in:
takatost 2024-06-29 17:34:12 +08:00 committed by GitHub
parent d56cedfc67
commit 0b8faade6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,7 +405,7 @@ RESEND_API_KEY=your-resend-api-key
# SMTP server configuration, used when MAIL_TYPE is `smtp` # SMTP server configuration, used when MAIL_TYPE is `smtp`
SMTP_SERVER= SMTP_SERVER=
SMTP_PORT= SMTP_PORT=465
SMTP_USERNAME= SMTP_USERNAME=
SMTP_PASSWORD= SMTP_PASSWORD=
SMTP_USE_TLS=true SMTP_USE_TLS=true