Skip to content

Commit

Permalink
feat: use same reply to than sender
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Nov 21, 2023
1 parent c92e1e2 commit 67afb6a
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 67afb6a

Please sign in to comment.