-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] replyTo
is not functioning when using batch
#421
Comments
mwskwong
changed the title
[v4]
[v4] Aug 17, 2024
replyTo
is not functioiningreplyTo
is not functioning when using batch()
mwskwong
changed the title
[v4]
[v4] Aug 17, 2024
replyTo
is not functioning when using batch()
replyTo
is not functioning when using batch
Using |
in my case, after upgrading to v4 of resend npm package, |
I'm using this solution in the meantime c.forEach((c) => c.replyTo && ((c as any).reply_to = c.replyTo));
await resend.batch.send(c); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replyTo
no longer functions after upgrading to v4 and renaming fromreply_to
. Issue not reproducible on v3.5, whenreply_to
is still being used.My usage (simplified):
https://github.com/mwskwong/mwskwong.com/blob/20469fb8c20266821fdf5d61db2e2994e3e04bac/src/lib/actions.tsx#L25
The text was updated successfully, but these errors were encountered: