Skip to content

Commit

Permalink
fix(email-sender): add id to subject in mail response
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 1, 2024
1 parent 4f6534f commit 4ea43e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/send-mail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function EmailSender({ contribution, refetch }: EmailSenderProps) {
email: "[email protected]",
name: "L'équipe scanR",
},
subject: `Réponse à votre contribution`,
subject: `Réponse à votre contribution, référence ${contribution._id}`,
templateId: 262,
params: {
date: new Date().toLocaleDateString(),
Expand Down

0 comments on commit 4ea43e7

Please sign in to comment.