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

pull/5743/head
takatost 2 years ago committed by GitHub
parent d56cedfc67
commit 0b8faade6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save