Skip to content
Snippets Groups Projects
Commit 29cdc20d authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: mail issue after sen change

parent fec6fe54
No related branches found
No related tags found
2 merge requests!27Recette,!26Dev
......@@ -29,6 +29,7 @@ export class MailerService {
// eslint-disable-next-line camelcase
from_name: this.config.from_name,
to: [{ email: to }],
reply_to: 'inclusionnumerique@grandlyon.com',
subject: subject,
content: html,
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment