Skip to content

Commit

Permalink
chore(pipeline) : Update sending adresses for RGPD notices
Browse files Browse the repository at this point in the history
We switched to inclusion.gouv.fr.
  • Loading branch information
vperron committed Nov 1, 2024
1 parent c83ff81 commit ea91707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/dags/notify_rgpd_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def _send_rgpd_notice():
template_id=2,
to_list_id=constants.BREVO_CURRENT_CONTACTS_LIST_ID,
tag="di-rgpd-notice",
from_email="bonjour@data.inclusion.beta.gouv.fr",
from_email="bonjour@data.inclusion.gouv.fr",
from_name="L'équipe data inclusion",
reply_to="ne-pas-repondre@data.inclusion.beta.gouv.fr",
reply_to="ne-pas-repondre@data.inclusion.gouv.fr",
)


Expand Down

0 comments on commit ea91707

Please sign in to comment.