ArunaStorage / aruna

The data orchestration engine
https://aruna-storage.org
Apache License 2.0
16 stars 1 forks source link

Mail notifications #180

Closed das-Abroxas closed 4 months ago

das-Abroxas commented 4 months ago

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

Changes

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

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.