The simplest way to build emails
Design beautiful responsive emails without HTML. Sidemail no‑code editor is the simplest way to craft email templates that don’t break. Just add your logo and brand colours, and you’re ready to start sending.
Key features & perks
Skip the coding headaches. Sidemail abstracts away all the tricky email HTML behind a simple‑to‑use UI. Build your template like building with Lego blocks – text, buttons, images, lists, code blocks, charts, and more.
No clutter, all the essentials
Built on the convention‑over‑configuration principle, our no-code editor is a productivity booster that doesn’t get in your way.
Every email you create in our no-code email editor is optimized. We’ve been continuously testing emails across various email clients and devices to ensure emails look perfectly in any inbox. No nasty surprises in Outlook – ever.
Mobile: Gmail, iOS 9.3+, Android 4.4+, …
Web: Gmail, Outlook.com, Yahoo! Mail, AOL, …
Desktop: Apple Mail, Windows 10 Mail, Outlook, …
Make each email truly yours. With a few clicks, you can upload your logo and set your brand colors to automatically style every template.
Add your company logo
Customize colors
Select fonts
Sidemail has a library of one‑click import templates for many transactional emails (welcome emails, password reset, invoices, etc.). Every template is professionally written, well‑tested, and fully customizable – so you get a head start for every occasion.
Browse pre‑made email templatesSidemail automatically optimises every template for dark mode across Gmail, Outlook, and Apple Mail. Upload light and dark logos once, and your emails always render beautifully—no extra coding or styling required.
We did extensive hands‑on testing in all email clients, read the article here.
Sidemail has proven itself as the go‑to email platform for SaaS, startups, and organizations worldwide—all looking to get their emails delivered simply and reliably. But don’t just take our word for it:
“We were absolutely blown away by how awesome the Sidemail offering has been for us... Nothing could beat Sidemail for simplicity and ease of use.“
Nick Glynn
CTO of RapidPay Group
“I was up and sending welcome emails in 10 mins. That’s it. It supports dark mode from get‑go and is ready for different email clients. All you have to do is upload two different logos.“
Hari Dalipudi
Founder of Visalist
Sidemail is designed for busy developers – with clear docs, copy‑paste code examples in multiple languages, and features that make the work of developers significantly easier.
await sidemail.sendEmail({
toAddress: "user@email.com",
fromName: "Company name",
fromAddress: "your@company.com",
templateName: "Password reset",
templateProps: {
"project_name": "Company name",
"url": "https://your.app/sso?token=123"
},
});
Send your emails reliably and fast with our developer-friendly email sending API—modern JSON API for sending transactional emails that is rich in features, well documented, and designed with developer experience in mind.
Industry fastest email delivery
Reliability & uncompromising quality infrastructure
Simple integration in <30 minutes
For every template, Sidemail provides ready-to-go code in multiple languages in Node.js, PHP, Python, Ruby, cURL, and other. Just copy and paste into your app.
Get a comprehensive overview of every email you send. See the email preview, timeline, status, and more. Also, in your Dashboard you can see every API request with all its details, request body, and response body – making development even easier.
Unlimited searchable email history
Email activity timeline
Detailed API logs
Ready to build beautiful emails without the hassle? Sidemail’s no‑code editor makes email creation fast, fun, and easy.
Start free trialNo, thanks to Sidemail no‑code email editor, you can design emails without writing a single line of code. The editor provides building blocks for all common elements (text, buttons, images, lists, tables, charts, code blocks, etc.), and handles the complex HTML behind the scenes. You can create beautiful, responsive designs with just clicks – zero HTML/CSS knowledge needed.
Template Props are simply variables that allow you to put dynamic data in your email templates. In the email editor, you define a variable by typing a name in curly braces. For example, in a password reset email template, you specify the URL of a button to {url}
or {password_reset_url}
depending on your preference. When sending the email template, you simply supply the URL (or whatever name you used) inside of templateProps object parameter. This lets you personalize each email with unique links, names, amounts, or any data you need. You can learn more in API docs.
Yes – in fact, Sidemail was one of the first email providers to offer built‑in dark mode support. Every Sidemail template automatically includes a dark mode version with optimized colors and images. You just switch-on dark mode and upload two versions of your logo (for light and dark modes). We did extensive hands-on dark mode testing in all email clients, you can read more here.
Yes, absolutely. When setting up your sending, add your own sending domain, so emails come from you@yourcompany.com. In the email editor, you customize the design with your logo, brand colors, font, etc. so email templates match your style.
First, create a Sidemail account (you get a free trial with full features). Inside the dashboard, create a project and add your sending domain. Then, customize the email template design – upload your company logo, customize colors and fonts, and enable dark mode if you wish. Next, import a premade email template or create one using the no‑code editor. Finally, it's time to send the email – to make this step easy, Sidemail provides you with copy-pastable code snippets for each email template directly in your Dashboard. Most people complete the integration in under 30 minutes. Learn more in our email sending quickstart. And if you’d ever need a helping hand, you can reach out to us anytime and you’ll get personal support directly from the engineers who built the platform.