Hello,
After updating SF from 9.0.5 to 9.0.10 email sending is not working anymore.
I made a config of seahub_settings.py again but it’s still down.
SF drives on Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-135-generic x86_64)
Here is the error message on the Web GUI
Email config in seahub_settings.py
EMAIL_USE_SSL = True
EMAIL_HOST = 'ssl0.ovh.net'
EMAIL_HOST_USER = 'noreply@******.**'
EMAIL_HOST_PASSWORD = '**********'
EMAIL_PORT = '465'
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
SERVER_EMAIL = EMAIL_HOST_USER
And seahub.log with error that comes after I’m trying to send email t.ex. after pass recovery.
2022-12-17 07:07:36,200 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:16:28,708 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:22,226 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:26,727 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:27,859 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:29,529 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:30,378 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:18:32,046 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:22:35,294 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:23:08,569 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:23:27,197 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:23:28,908 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:23:30,187 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
2022-12-17 07:23:31,374 [ERROR] seahub.auth.views:341 password_reset [Errno -2] Name or service not known
It have been working with the same config on 9.0.5
Do you have any ideas what’s going on?
Any idea how to fix it?
Best Regards
Patryk