Closed devwithjsantos closed 3 months ago
I tried both batching and sending one at a time email using the following methods:
resend.batch.send
resend.emails.send
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.
@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
Also voicing support for this one
I tried both batching and sending one at a time email using the following methods:
resend.batch.send
resend.emails.send
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.