We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83a430 commit c7f21fcCopy full SHA for c7f21fc
packages/email-resend/src/index.ts
@@ -78,6 +78,7 @@ function mapPayloadEmailToResendEmail(
78
// Other To fields
79
bcc: mapAddresses(message.bcc),
80
cc: mapAddresses(message.cc),
81
+ reply_to: mapAddresses(message.replyTo),
82
83
// Optional
84
attachments: mapAttachments(message.attachments),
0 commit comments