NevarMail Documentation
Unified email management for modern teams, built on a provider-agnostic integration layer.
NevarMail is an API and dashboard for sending, receiving, and tracking email through your own provider account — today that's SendGrid, with domains, senders, templates, and analytics managed through one interface instead of your provider's native console. New organizations start in test mode, so nothing reaches a real recipient until you explicitly turn on live sending.
What do you need to do?
- Get started — send your first email in about five minutes.
- Connect a domain — set up SPF, DKIM, and DMARC so your mail authenticates.
- Send email — plain, templated, or scheduled sends, and manage templates with variables and versioning.
- Fix a delivery problem — my email didn't send, my emails are going to spam, bounces and suppressions, or 429 errors.
- Stay compliant — unsubscribes and email law, and how we handle your data and your recipients'.
- Receive mail — route inbound email to your app, or read from an agent inbox.
- Measure results — track opens, clicks, and bounces or pull delivery analytics.
- Manage your account and API — authenticate with API keys or a session, configure providers, or import existing templates. Full endpoint reference: API Reference.
Which providers can I use?
Only SendGrid is available today — set on the platform as PROVIDER_ENABLED=sendgrid; any other adapter currently returns an error. NevarMail's integration layer is built as an abstraction over providers by design, so support for additional providers can be added later without changing your integration code. See Providers for how connections are configured.
- What is NevarMail?
- An API and dashboard for sending, receiving, and tracking email through your own provider account, with domains, senders, templates, and analytics managed from one place.
- Which email providers does NevarMail support right now?
- SendGrid only. The integration layer is provider-agnostic by design, so more providers can be added without breaking existing integrations, but only SendGrid works today.
- Will my first email go to a real recipient?
- No. Every new organization starts in test mode, which restricts sending to your own verified address until you turn on live sending. See test mode and safe send for details.
- Where do I start?
- Getting Started walks through connecting a provider, verifying a sender, and sending your first email in about five minutes.