-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API email notifications does not work #9
Comments
The credentials in the file You can try to use the Feedback form |
Yes, I have noticed that. But I think it may be that the API domain In the code it does work for us at Agroportal (but we don't use login authentication) |
A temporary solution would be to hide the reset password link, with a message indicating to send an email to support. |
fixed in #11 |
All the notification email sent in the API does not work, including the one to reset the password.
Digging into the logs, we can see the following error message,
Net::SMTPAuthenticationError - 530 5.5.1 Authentication Required
, which indicates the configurations of the email client are not correct.So we need to update the config file in
/srv/ontoportal/ontologies_api/current/config/environments/appliance.rb
, with the correction credentials to the mail server.then restart, the services
sudo oprestart
The text was updated successfully, but these errors were encountered: