Skip to content

Resolve "Allowing to configure mail sender (From)"

Closes #607 (closed)

Currently, the sending email addresses (From field) are hardcoded in the i18n files. Before, it was possible to modify these addresses but via the configuration file. Now it is not possible anymore.

see:

Improvement

Allow to change sender of emails when launching application.

Before After (default) After (custom)
hardcoded r2d2@asqatasun.org
hardcoded no-reply@asqatasun.org
asqatasun@example.com custom email
r2d2@asqatasun.org
Screenshot_2021-11-29_at_12-27-08_MailHog
asqatasun@example.com Screenshot_2021-11-29_at_10-33-51_MailHog asqatasun@your-organisation.com Screenshot_2021-11-29_at_10-56-33_MailHog
no-reply@asqatasun.org Screenshot_2021-11-29_at_12-24-22_MailHog asqatasun@example.com Screenshot_2021-11-29_at_10-29-41_MailHog asqatasun@your-organisation.com Screenshot_2021-11-29_at_10-54-04_MailHog
Edited by Fabrice Gangler

Merge request reports