Open mwskwong opened 3 months ago
Using reply_to
is working but it gives a type error.
in my case, after upgrading to v4 of resend npm package, reply_to
is always set to the same email as to
I had to downgrade back to v3.2.0 to make it work again
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