feat: adds TLS certificate validation option for SMTP (#21272)

This commit is contained in:
Daniel Vaz Gaspar
2022-09-01 10:51:34 +01:00
committed by GitHub
parent 994f327157
commit 9fd752057e
4 changed files with 52 additions and 16 deletions

View File

@@ -126,6 +126,7 @@ SLACK_API_TOKEN = "xoxb-"
# Email configuration
SMTP_HOST = "smtp.sendgrid.net" #change to your host
SMTP_STARTTLS = True
SMTP_SSL_SERVER_AUTH = True # If your using an SMTP server with a valid certificate
SMTP_SSL = False
SMTP_USER = "your_user"
SMTP_PORT = 2525 # your port eg. 587