Send Email
Start sending emails through the Resend Email API.
Body Parameters
Sender email address.
To include a friendly name, use the format "Your Name <sender@domain.com>"
.
Recipient email address. For multiple addresses, send as an array of strings. Max 50.
Email subject.
Bcc recipient email address. For multiple addresses, send as an array of strings.
Cc recipient email address. For multiple addresses, send as an array of strings.
Schedule email to be sent later. The date should be in language natural (e.g.: in 1 min
) or ISO 8601 format (e.g:
2024-08-05T11:52:01.858Z
).
Reply-to email address. For multiple addresses, send as an array of strings.
The HTML version of the message.
The plain text version of the message.
The React component used to write the message. Only available in the Node.js SDK.
Custom headers to add to the email.
Filename and content of attachments (max 40mb per email).
Content of an attached file, passed as a buffer or base64 string.
Name of attached file.
Path where the attachment file is hosted
Content type for the attachment, if not set will be derived from the filename property
Custom data passed in key/value pairs.
The name of the email tag.
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
The value of the email tag.
It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
Was this page helpful?