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.

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

What makes us different

Built exclusively for transactional email. Transparent pricing, honest limits, no surprises.

Transactional-only

Password resets, order confirmations, invoices: the emails your users need to receive. No template editors, no campaign builders, no contact lists. That focus is why we deliver better and cost less.

Everything in one place

Sending, email validation, DNS alerts, DMARC reports, IP warmup, delivery stats. One platform for your entire email infrastructure. No need to stitch together separate tools.

Hard cap, not bill shock

Sending stops at your plan limit. No overage charges, no per-email fees past your quota. You always know what you will pay.

All features included

Every plan has the same capabilities. You only choose a volume. No feature gating, no add-ons, no tiers where key features are locked behind a higher price.

Unlimited contacts

No contact list limits on any plan. Send to as many unique recipients as your volume allows. Other providers cap contacts on free and lower tiers, quietly limiting what you can actually do.

EU-only, no Cloud Act

Servers, databases, and backups hosted exclusively in the European Union. No US-owned cloud providers, no Cloud Act exposure. GDPR compliant by design. Data Processing Agreement available on all plans.

Focused on what matters

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

Send Email 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 API

Validate emails on your signup forms to collect only real addresses, and verify your existing lists before sending to reduce bounces. MX record checks, disposable domain detection, typo correction, and bounce prediction based on our delivery history.

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.

Collaboration

Works for a solo developer or a full team. Three roles (Owner, Admin, Member) give you fine-grained control. Create separate organizations under one account, each with its own domains, IP pools, and analytics. Service accounts with granular API keys and usage tracking, 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 250,000 emails/month
Up to 3 IPs based on volumeNo 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.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.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.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.

Pick a volume, get everything

Send Email API + SMTP Email Validation API Analytics & DMARC reports DNS monitoring & diagnostics Webhooks & Pub/Sub Branded tracking & bounce domains Click & open tracking Unlimited contacts No Mailverick branding GDPR compliant, EU-hosted
Free
$0 /month
1,000 emails/month
* 100 emails/day
100 validations/month
  • 1 seat
  • 1 sending domain
  • 7-day event retention
Start Free
Business
$69 /month
500,000 emails/month
* 50,000 emails/day
25,000 validations/month
  • Up to 10 seats
  • Up to 20 sending domains
  • 90-day event retention
Get Started
Enterprise
Custom
500k+ emails/month
Custom validations/month
  • Starting at 20 seats, more on demand
  • Starting at 50 domains, more on demand
  • Up to 2 years event retention
  • Dedicated infrastructure available on demand
Contact Sales
+

Extra Email Validation Packs

Every sending plan already includes email validations. Need to validate beyond your plan's limit? Add an extra pack.

$9/month +5,000 checks/month
$49/month +50,000 checks/month
$99/month +200,000 checks/month

Start sending in minutes

1,000 free emails/month to unlimited recipients. All features included. Upgrade when you're ready.