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.
Reliable delivery, clear reporting, and full visibility on every email. Nothing more, nothing less.
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.
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.
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.
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.
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.
Works for a solo developer or a full team. Role-based access, multiple organizations, and service accounts, all self-service from the portal.
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.
Every sending domain is continuously monitored. When something breaks, you know immediately and get clear instructions to fix it.
# 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... HMAC-SHA256 signed payloads pushed to your endpoint. Configure timeout, rotate secrets, and manage multiple subscribers.
Push events directly to your GCP Pub/Sub topic with your own credentials.
Route events to your AWS SNS topics and integrate with your existing AWS infrastructure.
Deliver events to Azure Event Grid for seamless integration with your Azure services.
Start alone, add members when you need to. Each organization gets its own domains, API keys, and analytics.
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.
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.
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.
Same features on every plan. Sign up and start sending. Only Enterprise requires contacting us.
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.
Pick a plan based on how many emails you send. All features are included on every plan. No per-feature pricing, no add-ons.
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.
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.
Your email data stays in Europe. Mailverick is hosted exclusively on European infrastructure, ensuring full compliance with GDPR and EU data protection regulations.
100 free emails/month to get started. No surprises, no complexity.