You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/04 19:21:01 UTC

[GitHub] [superset] tweinreich commented on issue #17848: Email Report not sending email

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org