fix: email sender name
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 5m0s

This commit is contained in:
2025-01-22 11:38:35 +01:00
parent fb8396b588
commit 5cb36cb3c0
2 changed files with 4 additions and 4 deletions

View File

@@ -298,7 +298,7 @@ public class AffiliationService {
Cordialement,
L'équipe de la FFSAF
""", club.getName(), club.getNo_affiliation())
).setFrom("no-reply@ffsaf.fr").setReplyTo("contact@ffsaf.fr").addTo(form.getM2_email(), form.getM3_email())
).setFrom("FFSAF <no-reply@ffsaf.fr>").setReplyTo("contact@ffsaf.fr").addTo(form.getM2_email(), form.getM3_email())
));
}