🐛(plugin) fix support email

Use a real email to contact support in case
of actions required on the domain in collectivite.fr
This commit is contained in:
Sabrina Demagny
2025-02-11 10:58:40 +01:00
parent e903c5d4ca
commit e1594493a7

View File

@@ -249,7 +249,7 @@ class CommuneCreation(BaseOrganizationPlugin):
logger.info("Organization %s name updated to %s", organization, name)
zone_name = self.zone_name(name)
support = f"support@{zone_name}"
support = "support-regie@numerique.gouv.fr"
MailDomain.objects.get_or_create(name=zone_name, support_email=support)
# Compute and execute the rest of the process