Transactional email
all in one place

Send via API or SMTP, validate addresses before sending, read your DMARC reports, monitor your IPs, and track every event. One platform, nothing else to manage.

REST API + SMTP
Email validation
Custom domains & branding
Real-time event tracking
Analytics & DMARC reports
DNS monitoring & guidance
Dedicated IPs included
EU-hosted, GDPR ready

Focused on what matters

Reliable delivery, clear reporting, and full visibility on every email. Nothing more, nothing less.

REST API + SMTP

Send via a single REST endpoint or drop in our SMTP relay. Four environment variables and you're live. Service accounts with granular permissions and API key management.

Email Validation

Verify addresses before sending: MX record checks, disposable domain detection, typo correction, and bounce prediction based on our delivery history. Reduce bounces before they happen.

Your Brand, Out of the Box

Custom tracking links, bounce return-path, and BIMI, all configured with your own domain from the portal. No Mailverick branding on any plan. Your recipients only see your name.

Email Lifecycle & Events

12 event types track each email from delivery attempt to engagement. Bounce classification, opt-out handling, and complaint processing included. Every event includes clear error reasons so you know exactly what happened and what to do about it.

Dashboard & Reporting

Delivery rates, bounce rates, opens, clicks at a glance. Monitor IP reputation and warmup progress. DMARC aggregate reports parsed into a readable dashboard, no more decoding XML.

Solo or Team

Works for a solo developer or a full team. Role-based access, multiple organizations, and service accounts, all self-service from the portal.

IPs that grow with you

Dedicated IPs are included with your volume. No add-on to purchase, no extra line on your bill. Your sending volume determines your allocation automatically.

1 dedicated IPFrom 150,000 emails/month
+1 IP every 500k emailsNo action needed, fully automatic
Reputation scoring 0–100Real-time per IP, with managed warmup
Live daily quota monitoringTrack warmup progress and avoid deferrals

DNS that takes care of itself

Every sending domain is continuously monitored. When something breaks, you know immediately and get clear instructions to fix it.

Per-record diagnosticsSPF, DKIM, DMARC, bounce CNAME, tracking CNAME
Guided fix instructionsExact values to set, with copy-to-clipboard
Continuous monitoringBackground checks with re-invalidation alerts
One-click recheckVerify your changes instantly from the portal

Integrate in 5 minutes

# 1. Get a token
curl -X POST https://api.staging.mailverick.com/v1/token \
  -H "Content-Type: application/json" \
  -d '{
    "api_key_id": "mvk_key_xxx",
    "api_key_secret": "mvk_sec_xxx"
  }'

# 2. Send
curl -X POST https://api.staging.mailverick.com/v1/send-email \
  -H "Authorization: Bearer <access_token>" \
  -H "Content-Type: application/json" \
  -d '{
    "requests": [{
      "from": { "email": "you@yourdomain.com" },
      "to": [{ "email": "user@example.com" }],
      "subject": "Hello",
      "body": { "html": "<p>Hello!</p>" }
    }]
  }'
import { Mailverick } from "@bytewise-solutions/mailverick";

const client = new Mailverick("mvk_key_xxx", "mvk_sec_xxx");

await client.sendEmail({
  from: { email: "you@yourdomain.com" },
  to: [{ email: "user@example.com" }],
  subject: "Hello",
  body: { html: "<p>Hello!</p>" },
});
SMTP_HOST=smtp-in.staging.mailverick.com
SMTP_PORT=25
SMTP_USER=mvk_key_xxxxxxxxxx
SMTP_PASS=mvk_sec_xxxxxxxxxx
# Works with Django, Rails, Laravel, Spring, Node.js, PHP, Go...

Track every delivery event

Email status
sent temporary_failure soft_bounced hard_bounced failed blocked spam_detected
Recipient action
opened clicked unsubscribed spam_reported

Receive events your way

HTTP Webhooks

HMAC-SHA256 signed payloads pushed to your endpoint. Configure timeout, rotate secrets, and manage multiple subscribers.

Google Cloud Pub/Sub

Push events directly to your GCP Pub/Sub topic with your own credentials.

AWS SNS

Route events to your AWS SNS topics and integrate with your existing AWS infrastructure.

Azure Event Grid

Deliver events to Azure Event Grid for seamless integration with your Azure services.

Scales with your team

Start alone, add members when you need to. Each organization gets its own domains, API keys, and analytics.

Team collaboration

Invite team members by email with role-based access. Three roles: Owner, Admin, and Member, giving you fine-grained control over who can send, who can configure, and who can view.

Owner Admin Member

Multiple organizations

Create separate organizations under one account. Each org gets its own domains, IP pools, service accounts, event subscribers, and analytics. Perfect for managing your clients' email infrastructure.

Service accounts

Create API keys with granular permissions per organization. Each service account gets its own mvk_id_ / mvk_sec_ credentials, usage tracking, and can be activated or deactivated instantly.

Pick a volume, get everything

Same features on every plan. Sign up and start sending. Only Enterprise requires contacting us.

Free
$0 /month
100 emails/month
  • REST API + SMTP
  • Webhooks & Pub/Sub
  • Branded tracking & bounce domains
  • Click & open tracking
  • Analytics & DMARC reports
  • No Mailverick branding
  • 1 seat
  • 1 sending domain
  • 7-day event retention
Start Free
Business
$75 /month
200,000 emails/month
  • Everything in Free
  • Up to 10 seats
  • Up to 10 sending domains
  • 90-day event retention
Get Started
Enterprise
Custom
200k+ emails/month
  • Everything in Free
  • Custom seats on demand
  • Custom domains on demand
  • Up to 2 years event retention
  • Custom adaptations on demand

Less is more

Not a marketing platform

No template editors, no contact lists, no campaign builders. Mailverick is built for transactional emails only, the ones your users expect and need to receive. That focus is why we're cheaper.

Volume is the only variable

Pick a plan based on how many emails you send. All features are included on every plan. No per-feature pricing, no add-ons.

Hard cap, not bill shock

Starter, Growth, and Business plans have a hard volume cap. You'll never wake up to an unexpected bill. Need to go beyond? Upgrade or go Enterprise.

No lock-in, no branding

Bring your own HTML templates, use your own domains, and leave whenever you want. We never add our logo or branding to your emails, on any plan.

European data sovereignty

Your email data stays in Europe. Mailverick is hosted exclusively on European infrastructure, ensuring full compliance with GDPR and EU data protection regulations.

GDPR compliant by design, not as an afterthought
EU-only infrastructure: servers, databases, and backups
No US Cloud Act exposure, no US-owned cloud providers
Data Processing Agreement available on all plans

Start sending in minutes

100 free emails/month to get started. No surprises, no complexity.