resend / resend-node

Resend's Official Node.js SDK
MIT License
571 stars 42 forks source link

Batch emails with attachments are not showing up #409

Closed devwithjsantos closed 3 months ago

devwithjsantos commented 3 months ago

I tried both batching and sending one at a time email using the following methods:

And it looks like the actual attachment isn't sent when using the batch send. But with the resend.emails.send I can receive the attachment.

bukinoshita commented 3 months ago

@devwithjsantos Attachments is not supported in the batch endpoint yet. We are still working on add support, you can check the limitation in the docs

Cayllen commented 2 months ago

Also voicing support for this one