Skip to content

Commit c7f21fc

Browse files
authored
fix(email-resend): add reply_to to the API when sending emails (#10407)
Fixes #10361 Adds reply_to to the resend mapping
1 parent a83a430 commit c7f21fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/email-resend/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function mapPayloadEmailToResendEmail(
7878
// Other To fields
7979
bcc: mapAddresses(message.bcc),
8080
cc: mapAddresses(message.cc),
81+
reply_to: mapAddresses(message.replyTo),
8182

8283
// Optional
8384
attachments: mapAttachments(message.attachments),

0 commit comments

Comments
 (0)