Everything you need to run a great newsletter
Mailriser has all the essentials including campaign management, templates, real-time analytics, no ads, and more.
Save time with Templates
Create re-usable templates to save time on new campaigns.
Full Control with Markdown
With markdown support, we convert it to HTML for you.
Subscriber Management made easy
Organize your subscribers into lists, and export them at any time.
Target your Subscribers with Tags
Give your subscribers tags and choose which tags to send to when you send a campaign.
Gain insights with Real-Time Analytics
Privacy-first analytics that optionally track opens, clicks, and unsubscribes in real-time.
Robust API for Developers
Automate everything you can do in the dashboard with our robust API.
Reusable Templates
Lists
Real-Time Analytics
Custom Mailers
Robust API
Markdown Support
Double Opt-In
Tags
Easy-to-use
Privacy-first
Webhooks Support
Reusable Templates
Lists
Real-Time Analytics
Custom Mailers
Robust API
Markdown Support
Double Opt-In
Tags
Easy-to-use
Privacy-first
Webhooks Support
Reusable Templates
Lists
Real-Time Analytics
Custom Mailers
Robust API
Markdown Support
Double Opt-In
Tags
Easy-to-use
Privacy-first
Webhooks Support
Reusable Templates
Lists
Real-Time Analytics
Custom Mailers
Robust API
Markdown Support
Double Opt-In
Tags
Easy-to-use
Privacy-first
Webhooks Support
- Step 1Create a NewsletterSet up your newsletter with a few clicks for free.
- Step 2Grow an AudienceCollect subscribers using our pre-made forms, or integrate it easily with your own website.
- Step 3Send EmailsSend emails to your subscribers using the power of Markdown.
# Your Awesome Newsletter
## This week's updates
Here are the updates from this week!
const key = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
const base = "https://mailriser.com/api";
const endpoint = "/subscribers/fetch";
const data = {
listUuid: "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
};
const request = await fetch(base + endpoint, {
method: "POST",
headers: {
Authorization: key,
"Content-Type": "application/json"
},
body: JSON.stringify(data)
});
const response = await request.json();
console.log(response);
Service | Estimated cost per 10,000 emails |
---|---|
MailChimp | $100 |
Campaign Monitor | $100 |
Mailriser with Amazon SES | ~$1.00 |
Get notified when we're up to something new
Sign up for our newsletter to stay up to date.
Unsubscribe anytime, no hard feelings.
- The Mailriser open beta is here!Thu Jun 01 2023·
- News
The Mailriser open beta is here!