Send transactional and broadcast emails easily, with support for custom domains to maintain your brand.
Simple REST API for sending transactional emails and broadcast campaigns. Get your API key and start sending emails.
const response = await fetch('https://mailory.site/api/emails', {
method: 'POST',
headers: {
'mailory-authorization': 'Bearer API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
from: 'Mailory <app@mailory.site>',
to: 'user@example.com',
subject: 'Welcome to our platform',
html: '<h1>Welcome!</h1><p>Thanks for joining us.</p>'
})
});
Everything you need to send emails. From transactional emails to broadcast campaigns, with custom domains and flexible billing.
Send transactional emails like password resets, confirmations, and user notifications using a straightforward API.
Use your own domain to send emails, with support for DKIM and domain verification to maintain brand identity and improve deliverability.
Start free, scale as you grow
To customize your plan, pleasereach out to us