Skip to content

Commit

Permalink
Merge pull request #374 from betagouv/same-reply-to
Browse files Browse the repository at this point in the history
feat: use same reply to than sender
  • Loading branch information
rdubigny authored Nov 21, 2023
2 parents c92e1e2 + 67afb6a commit 0255a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/sendinblue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const sendMail = async ({
},
replyTo: {
name: 'L’équipe MonComptePro',
email: '[email protected]',
email: senderEmail,
},
// Sendinblue allow a maximum of 99 recipients
to: chain(to)
Expand Down

0 comments on commit 0255a08

Please sign in to comment.