mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: adds TLS certificate validation option for SMTP (#21272)
This commit is contained in:
committed by
GitHub
parent
994f327157
commit
9fd752057e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user