Transactional application email
Send password resets, login codes, order confirmations, receipts, account notices, and other user-triggered messages from verified domain addresses.
Nmail by Nythral
Use your own domain, create receiving inboxes for your team, and add sender-only addresses for transactional email without paying mailbox prices for every app sender.

InboxesSender-onlySafe APINmail gives small teams a clean place to run business email, create role addresses, and use verified sender-only identities for application messages without turning every sender into a paid inbox.
For who
Nmail is for teams that need business email, transactional sending, and simple domain-based addresses without buying a full productivity suite first. If you need bundled tools like Drive, Docs, Meet, OneDrive, or full enterprise collaboration, Google Workspace or Microsoft 365 may be the stronger fit.
We are building around the email pain: reliable app messages, usable business addresses, and developer-friendly sending on top of SES.
Send password resets, login codes, order confirmations, receipts, account notices, and other user-triggered messages from verified domain addresses.
Create a real business inbox for services that reject personal Gmail-style addresses, including tools like Stripe, marketplaces, vendors, and partner portals.
Use role senders such as sales@, invoices@, admin@, security@, and no-reply@ for different workflows without paying mailbox storage for every sender.
Business email basics
Start with the package that fits your domain and receiving inbox count.
Use a domain you already own, or bring one later. Nythral guides the connection process.
Add receiving inboxes for people, aliases for shared roles, and sender-only addresses for auth, billing, orders, and security emails.
Why Nmail
Custom email
Use your company domain for everyday conversations, quotes, invoices, and support replies so customers always know they are speaking with your business.
Team addresses
Give your team personal receiving inboxes, add aliases for shared roles, and create sender-only addresses for application email without paying for unused inbox storage.
Guided setup
After you choose a plan, Nythral opens your service dashboard so you can manage the domain, inboxes, sender-only addresses, billing, and setup steps in one place.
Simple monthly plans
Receiving inboxes are package-limited because they include storage. Sender-only addresses are included for application email, aliases, and transactional workflows under a fair use policy.
For a small team starting with branded email.
For teams that need identity and domain support.
For teams that need stronger delivery control.
For teams that want Nythral to build the email stack around their exact workflows.
Developers
Nmail Scale includes API keys for server-side transactional email: login codes, password resets, order confirmations, receipts, account notices, and similar user-triggered messages. It keeps the light business-email setup on top, with stronger delivery guardrails underneath.
Use the official Nmail SDK packages from GitHub and keep API keys in backend environment variables. Every message belongs to a stream, and the sender must be an active Nmail address on your account.
await fetch("https://api.nmail.nythral.com/api/nmail/messages", {
method: "POST",
headers: {
"Authorization": `Bearer ${process.env.NMAIL_API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
from: "app@yourdomain.com",
to: "customer@example.com",
subject: "Your login code",
text: "Your login code is 184209.",
stream: "auth",
idempotencyKey: `login-code:${user.id}:${code.id}`
})
});curl -X POST https://api.nmail.nythral.com/api/nmail/messages \
-H "Authorization: Bearer $NMAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "app@yourdomain.com",
"to": "customer@example.com",
"subject": "Password reset",
"text": "Use this code to continue.",
"stream": "auth",
"idempotencyKey": "reset:user-123"
}'Safety by default
Nmail is built for teams that want the control of SES-style delivery without handing every application a dangerous unrestricted send pipe.
Applications cannot invent arbitrary from addresses. The sender must be an active Nmail address on a domain connected to the account.
Authentication, billing, notifications, and marketing traffic use different policies so a noisy workflow cannot quietly turn into a bulk sender.
Disposable recipients, suspicious reply-to domains, URL shorteners, hard bounces, and complaints are treated as delivery risk signals.
Nythral Office can review extended requests, suspended accounts, SES events, usage, and estimated pass-through delivery cost.
Delivery lifecycle
Nmail records transactional sends and SES feedback so teams can see when messages are accepted, delivered, bounced, rejected, complained about, or suppressed.
Nmail admin
Customers use the Nmail admin area to manage domains, receiving inboxes, sender-only addresses, aliases, and subscription billing. Webmail stays separate on the Open mail button.
Support tickets
Nmail support is organized around tickets with status, replies, and resolution history. This keeps domain setup, mailbox access, delivery issues, billing questions, and API problems traceable instead of scattered across messages.
Open a ticket from the Nmail admin area and include the affected domain, mailbox, sender address, API key, or error message.
We can reply inside the ticket, ask for more details, change the status, or mark the ticket as resolved once the issue is handled.
Replies and status changes stay attached to the ticket so future support work has context.
Business email FAQs
Yes. Nmail is built for addresses like you@yourcompany.com. If you already own a domain, we help you connect it. If you do not, you can start the request and add one later.
Start includes up to 3 domains, 1 receiving inbox, and 5 sender-only addresses. Business includes up to 5 domains, 3 receiving inboxes, and 10 sender-only addresses. Scale includes up to 10 domains, 5 receiving inboxes, and 20 sender-only addresses. Every package includes 5GB storage per receiving inbox. Aliases do not count as paid inboxes.
Yes. Individual packages can include custom limits, marketing or broadcast setup, custom storage, customer-owned SES and infrastructure, deliverability configuration, and custom SDK work. Pricing depends on the scope.
Nmail plans are priced for normal business email and expected transactional usage. Very high sending volume, unusual storage patterns, heavy support load, or usage that creates reputation or infrastructure risk may require a higher plan or an individual agreement.
No. The public setup is simple. After you sign in, the Nmail admin area shows the next steps for your domain, inboxes, and sender addresses.
Yes. The Open mail button takes users to Nmail, where they can sign in and use webmail from the browser.
Ready to start?
Create a custom email address through Nmail and make every customer conversation look like it belongs to your company.