A Neonwave product

Email your business can rely on.

TileMail is business email the way it should feel: calm, dependable, and entirely yours. Your domain, your mailboxes, your data, on infrastructure we run and answer for.

Trial
14 days, no card required
Pricing
From $2.80 per user / month
Support
From the engineers who run the platform
01 / Product

Everything your team needs from email. Nothing it doesn't.

F/01

Your domain, your mailboxes

Bring your own domain and set up mailboxes and aliases for the whole team in minutes. We generate the exact DNS records to paste into your registrar, including SPF, DKIM, and DMARC.

F/02

Run on our own servers

TileMail operates its own mail transfer agents end to end. Your messages travel on infrastructure we run and answer for, from the moment they leave your outbox to the moment they arrive.

F/03

Scanning at the gate

Spam, phishing, and viruses are filtered before a message is ever stored, so what reaches your inbox is already clean. Attachments are scanned independently as an extra layer.

F/04

Encrypted at rest

Mailbox contents are stored encrypted. Your correspondence stays readable by you and your team, and by no one else.

F/05

Web, mobile, and API

A fast webmail client, mobile apps, and a complete REST API for domains, mailboxes, and messages. Email that fits into your workflows instead of interrupting them.

F/06

People who answer

Support comes from the engineers who operate the platform. When something needs attention, you reach someone who can fix it.

02 / Why TileMail

Good email is invisible.

It arrives on time, it stays private, and it keeps working year after year. That is the experience TileMail is built to deliver, and everything below is in service of it.

01

It simply arrives

Your customers never see the machinery behind your email. They just see your message, in their inbox, when it should be there. Our team spends its days on reputation, routing, and deliverability so those words never have to cross your mind.

02

Your data stays yours

Your correspondence is stored and processed under the laws you live under, encrypted at rest, and never used to train anyone's models. What your team writes remains your business, in every sense of the word.

03

Someone accountable answers

TileMail is built and operated by Neonwave, an independent company funded by its customers rather than by a fundraising calendar. When you write to us, you reach the people who run the platform, and the roadmap answers to the people who use it.

03 / Developers

Email as an API, not an afterthought.

Every domain, mailbox, and message in TileMail is addressable over a documented REST API. Provision domains, read and send mail, manage attachments, and follow delivery events, all programmatically.

Build support desks, notification pipelines, and automated workflows on top of real mailboxes, with the same reliability your team already depends on.

Read the documentation

Send mail from your domain
const res = await fetch("https://api.tilemail.app/api/core/mail/send/", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.TILEMAIL_TOKEN}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    to: ["customer@theirs.com"],
    subject: "Invoice #1042",
    content_text: "Attached for your records.",
  }),
});

const { data } = await res.json();
04 / Pricing

Priced like a utility, not a negotiation.

TileMail Core
$2.80 / user / month
  • Mailboxes on your own domain
  • 10 GB storage per user
  • Webmail, mobile apps, IMAP/SMTP
  • Spam and virus protection included
  • Full REST API access
Start free trial
Trial
14 days on every plan
Annual billing
Save 20%
Larger teams
Custom storage and dedicated IPs

Questions or custom terms: hello@tilemail.app

05 / Questions

Asked before you did.

Q/01 How long does migration take?

Most teams move in an afternoon. Import tools bring existing mailboxes across, and our engineers help with DNS and cutover at no extra cost.

Q/02 Can I keep my current email address?

Yes. TileMail hosts mail on your own domain, so your addresses stay exactly as they are.

Q/03 What happens when the trial ends?

You choose a plan, or you walk away. Your data exports cleanly either way; we do not hold mailboxes hostage.

Q/04 Do you read or scan my email?

Never for advertising or profiling. Messages pass through automated spam and virus filtering only, and mailbox contents are encrypted at rest.

Q/05 Where is my data stored?

On servers operated by Neonwave, encrypted at rest. If your organization has specific residency or compliance requirements, write to hello@tilemail.app and we will answer directly.

Q/06 What if I need more than 10 GB?

Custom storage limits and dedicated sending IPs are available for larger organizations. Write to hello@tilemail.app.

06 / Get started

Settle in this afternoon.

Point three DNS records at us and your team is on email it owns. Import tools and hands-on migration help are included, so the move feels like no move at all.