Skip to content
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

Sending Emails #109

Open
cc-a opened this issue Jan 22, 2025 · 0 comments
Open

Sending Emails #109

cc-a opened this issue Jan 22, 2025 · 0 comments

Comments

@cc-a
Copy link
Collaborator

cc-a commented Jan 22, 2025

In order to send emails we need to configure settings for an SMTP server and enable the email notification backend in Invenio. Invenio uses Flask-Mail so the relevant settings we'll need can be found in those docs.

These can be set by adding to the list of overrides in the deployment github workflow with keys of the form invenio.extraConfig.INVENIO_MAIL_SERVER. Appropriate variables/secrets should be set under the repository deployment environments.

There is a generic role account owned by the RSE team that we can use to provide credentials if necessary.

Enabling the email backend for notifications is covered in the Invenio docs - https://inveniordm.docs.cern.ch/develop/howtos/notifications/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready
Development

No branches or pull requests

1 participant