qstash-js
SDK offers an integration to easily send emails using Resend, streamlining email delivery in your applications.
publishJSON
method with the resend
provider. Ensure your QSTASH_TOKEN
and RESEND_TOKEN
are set for authentication.
body
field, specify any parameters supported by the Resend Send Email API, such as from
, to
, subject
, and html
.
batch
option to true
to enable batch sending. Each email configuration is defined as an object within the body
array.
body
array represents an individual email, allowing customization of from
, to
, subject
, html
, and any other Resend-supported fields.