- Transactional emails: personalized, event-driven communication
- Marketing campaigns: bulk email Broadcasts distributed to a contact list
I need to send transactional emails
A Transactional email is a message triggered by a user action or required for legal compliance. Common examples include:- Order confirmations
- Password reset emails
- Account notifications
I need to send bulk marketing emails
Marketing emails are promotional, informative, or general communication messages. Marketing emails are regulated by laws like CAN-SPAM (US) and CASL (Canada), and recipients must have the option to unsubscribe. Examples of marketing emails:- Promotional offers and discounts
- Newsletters
- Product updates
I need to send a combination of emails
It is common to need to send both transactional and marketing emails to your users. Your customers need personalized emails about their orders, but may also wish to subscribe to a newsletter that is delivered to your entire contact list. Some emails do not fit neatly into one category:- Marketing emails can be 1-to-1, based on personalized user activity (e.g., abandoned cart reminders, drip marketing campaigns). You can use Resend’s transactional APIs and automations to send these individual marketing emails, as long as proper consent and compliance regulations are followed.
- Resend’s batch sending API feature can send multiple transactional emails at once (up to 100), even to different recipients with unique content, instead of making individual API requests for each email.
Learn more
Send Email API
Send, list, retrieve, update, and cancel transactional emails with the Send
Email API.
Broadcasts
Create and send marketing emails with Resend’s no-code editor or the
Broadcasts API.
Next steps
Import or add email contacts
Add existing subscribers to your Resend contact list programmatically,
manually, or by uploading a
.csv file.Quickstart tutorials
Send your first transactional email with a quick tutorial for your language
or framework.