Skip to content

Conversation

@ianmacartney
Copy link
Contributor

Support multiple "to" addresses, as well as


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ianmacartney ianmacartney requested a review from mikecann July 26, 2025 00:40
Copy link
Contributor

@mikecann mikecann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep looks good to me!

@mj1618
Copy link

mj1618 commented Aug 27, 2025

Would love to have this in! Been looking for CC and BCC. Wondering when this might get merged?

Copy link
Contributor Author

@ianmacartney ianmacartney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a challenge right now is Resend sends one event per recipient, and doesn’t distinguish which recipient it’s for. So you’ll get 5 identical delivered / opened / etc. notifications - all of which will race to update the status, which I’m a bit concerned about.. I think it’d be nice to save each event as a new db entry (then clean up later), so they don't race and when there's more granularity we can surface it (e.g. 1 out of 10 bounced, or this address has opened it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants