Skip to content

Mail notifications#180

Merged
St4NNi merged 5 commits intomainfrom
feat/registration-activation-mail
Jun 19, 2024
Merged

Mail notifications#180
St4NNi merged 5 commits intomainfrom
feat/registration-activation-mail

Conversation

@das-Abroxas
Copy link
Copy Markdown
Contributor

This re-implements mail notifications for users upon registration and activation.

Changes

Mail notification is sent to the email address provided by the user:

  • After a successful RegisterUserRequest
  • After a success ActivateUserRequest

But only in case the config parameter ARUNA_DEV_ENV is set to true and valid values for the SMTP server are also provided.

Outlook

If it turns out that in the future even more mail notifications are to be sent directly via the Aruna server, you could think about a kind of template or configuration to overwrite the hard-coded mail content.

@das-Abroxas das-Abroxas added the enhancement New feature or request label Jun 18, 2024
@das-Abroxas das-Abroxas self-assigned this Jun 18, 2024
Comment thread components/server/src/grpc/users.rs Outdated
@das-Abroxas das-Abroxas requested a review from hansen-maria June 18, 2024 15:09
Copy link
Copy Markdown
Member

@St4NNi St4NNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for re-activating the mail functionality

@St4NNi St4NNi merged commit a706380 into main Jun 19, 2024
@das-Abroxas das-Abroxas deleted the feat/registration-activation-mail branch June 20, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants