tweinreich commented on issue #17848: URL: https://github.com/apache/superset/issues/17848#issuecomment-1005102966
I finally got it. The following steps helped me to convince Superset to send emails: ## Service Configuration - expose `SUPERSET_CONFIG_PATH` (pointing to the _file_ `superset_config.py`) in the `EnvironmentFile` for the systemd services - set `Type=simple` and `Restart=on-failure` inside the services (I used `Type=forking` before) ## E-Mail Configuration - I used the wrong combination of SMTP port, tls, starttls and ssl settings. The celeryd log was helpful because it contained warnings about the SSL issues -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
