Email yourself. For free.
One API call.
The simplest way to send emails to yourself. Perfect for daily reports, server alerts, and cron job outputs. Verify once, send forever.
POST /send
Hit the endpoint with your email address. First time triggers a quick verification.
Check your inbox
Click the verification link we send you. This only happens once per email address.
Email away
Every future API call sends your email instantly. No more setup needed.
Simple to use
Just a few lines of code. That's it.
curl -X POST "https://api.mailapi.me/send" \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"email": "you@example.com",
"subject": "Daily Report",
"body": "Here are your stats..."
}'Works with AI assistants
Use MailMe as an MCP server so Claude, Codex, and other AI assistants can send emails on your behalf.
send_emailSend an email to yourself. Triggers verification on first use, then sends instantly.
claude mcp add mailme \
--transport http \
--url https://api.mailapi.me/mcp \
--header "X-RapidAPI-Key: YOUR_API_KEY"Built for automation
Perfect for scripts that need to notify you about something.
Daily Reports
Send yourself automated summaries from your scripts and data pipelines.
Server Alerts
Get notified when something goes wrong on your servers or services.
Cron Jobs
Receive output from scheduled tasks and background jobs.
CI/CD Updates
Stay informed about your deployment and build statuses.
Ready to simplify your notifications?
Start sending emails to yourself in under a minute.