Sending and receiving emails should be easy
Mailmelon is an email platform for developers that makes it simple to send and receive emails via API.
// Send an email
import { MailMelon } from 'mailmelon';
const mailer = new MailMelon('YOUR_API_KEY');
await mailer.send({
to: '[email protected]',
subject: 'Hello from Mailmelon',
text: 'Sending emails has never been easier!'
});
// Receive an email
const app = express();
app.post('/webhook', async (req, res) => {
const { email, subject, text } = req.body;
console.log(email, subject, text);
res.send('Email received');
});
Features
Everything you need to send, receive, and manage emails programmatically.
Simple API
Our RESTful API is designed to be intuitive and easy to integrate with any application.
SDK Support
Official SDKs for JavaScript, Python, Ruby, PHP, Go, and more.
Webhooks
Receive real-time notifications via webhook when emails arrive in your inbox.
Analytics
Optional analytics on email performance with ability to opt out of data storage.
Security
Enterprise-grade security with SPF, DKIM, and DMARC support built-in.
European VPS Infrastructure
Hosted on virtual private servers in Europe, not on major cloud providers like AWS.
How It Works
Get up and running in minutes, not days.
Sign Up
Create an account and get your API key in seconds.
Integrate
Add our SDK to your application with just a few lines of code.
Send & Receive
Start sending and receiving emails through our reliable infrastructure.
Simple, Transparent Pricing
We're still finalizing our pricing details, but we're committed to offering a generous free tier.
Generous Free Tier
We believe in providing substantial value before you need to pay. Our free tier will allow you to thoroughly test and use Mailmelon for small to medium projects.
What to expect:
- Significant free monthly email allowance
- Core features available on free tier
- Fair usage scaling as your needs grow
- No credit card required to start
Join our waitlist to be the first to know when we finalize our pricing structure.
Join the WaitlistWe're just getting started
Mailmelon is a new email platform built by developers who understand the challenges of email infrastructure.
Our Vision
We believe email infrastructure should be simple, reliable, and privacy-focused. Our goal is to build an email platform that respects both developers and end-users by providing powerful tools without compromising on privacy or security.
What Makes Us Different
- •Built on European VPS infrastructure, not major cloud providers
- •Real-time webhooks for incoming emails
- •Optional analytics with the ability to opt out of data storage
- •Designed with privacy and security as core principles
Ready to simplify your email infrastructure?
Join thousands of developers who are already sending millions of emails with Mailmelon.