Email Sending Configuration

I tried setting up emails on my seafile server but I cant figure out how to enable SSL.

In seahub_settings.py you need to set
EMAIL_USE_SSL = True
(and EMAIL_PORT = 465)

The email port was missing in my configuration, thanks :smiley:

1 Like