Sidemail makes sending transactional emails trivial, it's perfect for side projects, MVPs or the next big thing.
The Sidemail API is a modern JSON API specificly developed to help you get things done. Send welcome emails, password resets, receipts and more with just a few lines of code.
// The API will likely change before Sidemail Beta
// Require Sidemail library and set your API key.
const sidemail = require("sidemail")({
apiKey: "xxxx-xxxx-xxxx-xxxx",
});
// Use a premade template.
const template = sidemail.template("welcome");
// Send account activation link to "customer@email.com".
await sidemail.send({
to: "customer@email.com",
template,
});Sidemail comes with ready to use email templates, texts, CSS inlining, error handling and more. All packed into simple to use API. This means you spend less time fixing bugs, fewer headaches, and less angry users. All while building a better relationship with your users.
Forget about complicated pricing tiers. Only pay for the emails you send with our flexible pricing.
See your sending history with a delivery rate, set API defaults or simply send emails directly within the UI.
In case you ever need a hand or have a question on how something works, you'll get it right from the founder.
Send 10 000 emails per month for free.
No credit card required.
Easy to follow guides and examples, we promise.
Visit the docs