Skip to content

Commit

Permalink
fix(email-sender): add replyTo mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jun 28, 2024
1 parent 1a9b886 commit 8637932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/send-mail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ function EmailSender({ contribution, refetch }: EmailSenderProps) {
name: `${contribution.name}`,
},
],
replyTo: {
email: "[email protected]",
name: "L'équipe scanR",
},
subject: `Réponse à votre contribution`,
templateId: 262,
params: {
Expand Down

0 comments on commit 8637932

Please sign in to comment.