Email Made Easy As Pie

Managed SMTP server, REST API, campaigns, and cadences — everything you need to send transactional and marketing email from your own domain.

Your own email infrastructure, fully managed

PieMail gives you a managed SMTP server on mail.pie.host — with your own domain, contact management, campaigns, and open/click analytics built in.

Two ways to send
SMTP
& REST API
Your Brand
100%
custom domain support
Always
$0
setup fees

Everything you need to send email

From single transactional emails to bulk campaigns and automated sequences — PieMail handles the infrastructure.

SMTP Server

Integrate with any app, plugin, or framework using your PieMail SMTP credentials. Works with Laravel, WordPress, Nodemailer, and more.

REST API

Send transactional emails with a single POST request. Use template variables like {{first_name}} to personalize every message.

Custom Domains

Create professional business email addresses like hello@yourdomain.com. Verify your domain with a CNAME record in minutes.

Multiple Email Accounts

Add as many email users as you need under your domain — accounts@, support@, billing@ — each with its own inbox and forwarding.

Email Campaigns

Send one-time bulk campaigns to segmented contact groups. Schedule sends in advance and track delivery and engagement.

Cadences & Automation

Build multi-step email sequences that trigger automatically when a contact is created or joins a group. Pause on reply.

Analytics & Tracking

Monitor open rates, link click-throughs, bounce rates, and daily send volume from a live dashboard.

Email Forwarding

Forward incoming emails from your custom domain addresses to any primary inbox for a seamless email experience.

Up and sending in 3 steps

From signup to your first email delivered in under two minutes.

01

Add your domain

Verify your domain with a CNAME record, then create email accounts like you@yourdomain.com from the dashboard.

02

Connect via SMTP or API

Copy your SMTP credentials or API key and drop them into your app. PieMail is ready to send in under a minute.

03

Send and track

Monitor opens, clicks, and deliverability in real time. Build campaigns and cadences directly from the dashboard.

Send via SMTP or REST API

Use your PieMail SMTP credentials with any framework, or make a single POST request to send a personalized email to any contact.

  • Works with Laravel Mail, Nodemailer, SwiftMailer
  • Template variables: {{first_name}}, {{company}}, and more
  • Up to 100 custom contact attributes
  • Unsubscribe links managed automatically
  • SSL/TLS enforced on all SMTP connections
send.sh
# REST API
curl -X POST https://mail.pie.host/api/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "from": "you@yourdomain.com",
    "subject": "Welcome, {{first_name}}!",
    "html": "<p>Hello {{first_name}},</p>"
  }'

# SMTP (Laravel .env)
MAIL_MAILER=smtp
MAIL_HOST=mail.pie.host
MAIL_PORT=587
MAIL_USERNAME=you@yourdomain.com
MAIL_PASSWORD=••••••••••••
MAIL_ENCRYPTION=tls

Built for every email use case

Whether you're sending a single notification or running a full marketing operation, PieMail has you covered.

Transactional Email

Send password resets, order confirmations, and account notifications reliably via SMTP or REST API.

Marketing Campaigns

Bulk email campaigns to segmented contact lists, with open and click tracking per recipient.

Email Automation

Cadences that fire automatically when contacts are created or join a group — drip sequences without third-party tools.

Business Email

Create branded inboxes for your whole team on your own domain, with forwarding and multi-account support.

Deliverability first

PieMail is built to land in inboxes, not spam folders — with authentication, encryption, and suppression built in by default.

  • SPF and DKIM signing on outgoing mail
  • TLS encryption on all connections
  • Unsubscribe tracking and automatic suppression
  • Bounce rate monitoring per domain
  • Per-contact open and click history
  • Dedicated IP available on higher plans

Campaigns & automation built in

No third-party tool needed. Build contact lists, segment into groups, launch campaigns, and set up automated email cadences — all from your PieMail dashboard.

Get Started Free

Contact groups & segmentation

Organise contacts into groups and target specific segments for each campaign.

Trigger-based cadences

Automatically enroll contacts when they're created or join a group, then send a sequence of emails on a schedule.

Auto-scaling delivery

Higher plans auto-scale beyond your monthly limit — pay a small overage rate rather than blocking your sends.

Launch your email serverUp and running in minutes.