You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: