You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seems to be having a problem with sending emails. I have added the config to seahub_settings.py conform the instructions from Seafile:
(Using a app password from Gmail.)
Whenever an email needs to be send I get a notification that says
"Successfully reset password to ------, but failed to send email to 5fde94bf------------------5697af@auth.local, please check your email configuration."
I am running the latest ggogel/seafile-containerized docker file with seafile 11.0.6.
As per issue 5933 I have tried to add the following to the environment of the seahub container, but this does not seem to solve anything.
SSL_CERT_FILE=/etc/ssl/certs/cabundle.pem
Furthermore, that pem file is not available at that location within the container:
Looking in seahub.log I see this error popping up when trying to send an email: [WARNING] seahub.api2.endpoints.admin.users:1508 put [Errno -3] Try again
The text was updated successfully, but these errors were encountered:
I seems to be having a problem with sending emails. I have added the config to seahub_settings.py conform the instructions from Seafile:
(Using a app password from Gmail.)
Whenever an email needs to be send I get a notification that says
"Successfully reset password to ------, but failed to send email to 5fde94bf------------------5697af@auth.local, please check your email configuration."
I am running the latest ggogel/seafile-containerized docker file with seafile 11.0.6.
As per issue 5933 I have tried to add the following to the environment of the seahub container, but this does not seem to solve anything.
SSL_CERT_FILE=/etc/ssl/certs/cabundle.pem
Furthermore, that pem file is not available at that location within the container:
Looking in seahub.log I see this error popping up when trying to send an email:
[WARNING] seahub.api2.endpoints.admin.users:1508 put [Errno -3] Try again
The text was updated successfully, but these errors were encountered: