Email API · ₹0.01 / email

Email API for developers. Flat ₹0.01 per email.

Verify your sender domain in 3 DNS records. Send transactional and marketing email from d=your-domain. AWS-SES-style identities, configuration sets, templates, webhooks, and suppression — at a flat ₹0.01 per email with no per-contact charges.

DKIM-signedDPDP + GDPRDirect MX deliveryRFC 8058 unsubscribe

No credit card · Sandbox 200 emails/day free · Production access in 24h

POST /partner/email/send
curl -X POST \
  https://api.splashifypro.com/api/v1/partner/email/send \
  -H "Authorization: Bearer pk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "from": "hello@yourbrand.com",
    "to": ["customer@example.com"],
    "subject": "Welcome 👋",
    "html_body": "<h1>Hi there</h1>",
    "category": "transactional"
  }'
200 OK~120ms · DKIM-signed
{ "message_id": "01J9...", "status": "queued" }
Everything to ship email at scale

Built like AWS SES. Priced for the rest of us.

Sending identities, configuration sets, templates, webhooks, suppression — every primitive AWS exposes is here, with the same shape, at a flat ₹0.01 per email.

Sending infrastructure

Direct STARTTLS connection to recipient MX. No SES, Postmark, or Resend wrapping our pipeline.

Verified sending identities

Verify domains via SPF + DKIM CNAME + DMARC. Or verify single email addresses via one-click token. Sandbox cap of 25; lifted automatically on production access.

Configuration sets

Group sends by purpose — newsletters, transactional, customer-A, customer-B. Attach distinct event destinations to each set so traffic stays attributable.

Visual + raw email API

POST html + text bodies for the simple path, or POST a fully-formed RFC 5322 raw MIME message. Both go through the same DKIM signing + delivery pipeline.

Templates with variables

Save HTML templates with {{var}} placeholders. Reference by name or ID. SendBulkTemplated lets you fan out one template to 50 destinations × 50 recipients with per-row variable substitution.

Deliverability

Reputation we manage so you don't have to. Bounces classified, complaints honored, DKIM signed.

DKIM + SPF + DMARC

Every send signs with d=your-domain so recipients see your brand in 'Show original'. Liberal DNS verification supports Cloudflare flattening + DigitalOcean double-suffix.

Suppression list

Hard bounces auto-suppress in real time via SMTP response codes. Async DSN bounces parsed via RFC 3464; ARF complaints via RFC 5965. RFC 8058 one-click unsubscribe wired automatically.

Reputation monitoring

Rolling 14-day bounce + complaint rates surface on every dashboard. Auto-pause kicks in above 10% bounce or 0.5% complaint to protect your sending reputation.

Dedicated IPs

Request dedicated IPs for ₹350/month per IP. We round-robin sends across the assigned pool. Perfect for high-volume senders who need to isolate reputation from shared IP traffic.

Observability

Every message tracked. Every event delivered. Every bounce explained.

AWS-shaped webhooks

Configure event destinations per configuration set. Send / Delivery / Bounce / Complaint / Open / Click / Reject events shipped with HMAC-SHA256 signature. Code written for SES SNS subscriptions works after a header swap.

Stats + bounce reports

Day-by-day send / deliver / bounce / open / click counters. CSV export with bounce-category classification (User not found / Mailbox full / Spam policy / TLS / etc.) covering 90 days.

Full activity log

Per-partner audit trail of every login, password change, identity change, IP allowlist edit. 90-day retention, sortable by action type.

Per-partner IP allowlist

Optional IPv4 + range allowlist that gates both API + dashboard access. Mobile clients always bypass via X-Platform header. One-alert-per-IP-per-day on blocks.

Built for developers

AWS-SES API shape. Auto-generated SDKs. Idempotent endpoints. MCP server for AI tooling.

Node, Python, PHP SDKs

Auto-generated from our OpenAPI spec on every release. npm splashifypro/sdk · PyPI splashifypro · Composer splashifypro/sdk. cURL examples in every doc page.

AI Onboarding + MCP server

Single-page LLM-ingestable doc: paste docs.splashifypro.com/getting-started/ai-onboarding into Cursor or Claude. MCP server exposes 35+ tools — one per endpoint — over Model Context Protocol.

Sandbox to production

200 emails/day free in sandbox. Submit production-access form with use-case and consent proof; admin reviews and lifts the daily cap to 50,000 emails + 14/sec peak rate.

GraphQL endpoint

POST /api/v1/graphql for read queries + mutations alongside REST. Same Bearer auth, same per-plan rate limits. Useful for fetching status + reputation in a single round-trip.

Send your first email in 5 minutes

One endpoint. Six ways to call it.

Official SDKs for every major stack, plus standard SMTP relay for CMS / e-commerce platforms that don't do REST.

import { Configuration, PartnerEmailSendApi } from "@splashifypro/sdk";

const api = new PartnerEmailSendApi(
  new Configuration({ accessToken: process.env.SPLASHIFY_KEY })
);

const { data } = await api.send({
  from: "hello@yourbrand.com",
  to: ["customer@example.com"],
  subject: "Welcome aboard 👋",
  html_body: "<h1>Hi there</h1>",
  text_body: "Hi there",
  category: "transactional",
});

console.log(data.message_id);
Partner dashboard

Manage everything from one panel. No SES console required.

The panel at partner.splashifypro.com gives you everything: send a one-off email, verify domains, configure webhook destinations, browse bounce reports, manage the suppression list, top up your wallet, and request dedicated IPs — all in the same shape your devs use via the API.

Send from the dashboard

One-off composer that uses the same /partner/email/send endpoint with your verified identities.

Verify domains in 3 records

Live SPF + DKIM + DMARC check with auto-recheck every 15 minutes for pending domains.

Reports + bounce explorer

Day-by-day counters, donut breakdown by bounce category, CSV export for accounting.

Configure webhook destinations

Per-config-set HTTPS endpoints + HMAC secret rotation. Full delivery + retry audit.

partner.splashifypro.com / dashboard
Wednesday, 4 May
Hey Aditya — welcome back
Sent today
12,847
+18%
Delivered
98.2%
Healthy
Opens
31.4%
+2.1%
Bounces
0.8%
Within target
Volume · last 14 days
Maya AI assistant included
Transparent pricing

Pay only for what you send. No per-contact fees.

Flat ₹0.01 per email — same rate for transactional and marketing. Sandbox starts free with 200 emails per day. No credit card to sign up.

Sandbox
Free

200 emails / day

Perfect for testing. Verified-recipients only, every primitive available.

  • 200 emails/day free, no card
  • Up to 25 verified identities
  • Webhooks + suppression list
  • Templates + configuration sets
  • Public REST + SMTP + GraphQL
Start sandbox
Most popular
Production
₹0.01/ email

Pay only for what you send

Flat rate. No per-contact fees, no markup. Same price for marketing + transactional.

  • Unlimited verified identities
  • Unlimited templates + configuration sets
  • Bulk-templated send (50 × 50 destinations)
  • Reputation monitoring + auto-pause guards
  • AWS-shaped webhooks + HMAC signatures
  • Activity log + bounce reports + IP allowlist
Apply for production
Dedicated IP
₹350/ month / IP

Optional add-on

Isolate your reputation on dedicated outbound IPs. We handle warmup + round-robin.

  • Up to 10 IPs per partner
  • Round-robin sending across pool
  • Auto-debit from wallet every 30 days
  • Cancel at end of paid period
  • Reputation isolated from shared traffic
Request a dedicated IP
Flat ₹0.01 — no per-contact feesSame rate for marketing + transactionalAll deductions visible in /track-expensesGST 18% on Indian invoices, ITC eligible

Splashify Pro ₹0.01/email · Resend ₹0.40+/email · Postmark ₹1.30+/email

Sender-domain verification, reputation auto-pause, INR billing in your Zoho, MCP server + SDKs — all included.

Become an email partner

Resell email at scale. Your brand, our infrastructure.

Run your own email-marketing SaaS without operating SMTP, DKIM, bounce parsing, or reputation. Sign up as a partner, pay a flat ₹0.01 per email, and set your own retail price.

Flat ₹0.01 per email

Buy from us at ₹0.01/email. Set your own retail price for your customers — markup difference settles to your wallet automatically every 72 hours.

Your brand, our pipeline

Customers see your domain in 'Show original'. White-label panel at panel.<your-domain>.com with your logo, colors, and SLA.

Dedicated IPs available

Request dedicated outbound IPs for ₹350/month. Round-robin sending across your assigned pool keeps reputation isolated from shared traffic.

Priority support + SLA

Email API uptime 99.95%, webhook delivery 99.9%. S1–S4 ticket tiers with documented response times. Service credits for breaches.

Ready to sell email under your brand?

Sign up as an email partner — sandbox is instant, production access typically lifts within 24 hours of submission. No setup fee, no minimum volume.

Compliance + policies

Trust starts in the headers. Reputation lives in the body.

Indian-incorporated operator. DPDP-compliant DPA. Hard-bounce auto-suppression. Built-in RFC 8058 unsubscribe. Every policy documented openly so legal + compliance teams can ship in days.

Trust pillars
DPDP Act 2023
Operator: EvolvePro Tech Solutions Private Limited
RFC 8058
One-click unsubscribe for Gmail + Outlook
RFC 5965 ARF
Complaint feedback parsed automatically
CIN U62012WB2025OPC281483
Indian incorporated entity

EvolvePro Tech Solutions Private Limited · Shimultala, Motiganj, Bongaon, North 24 Parganas, West Bengal 743235 · CIN U62012WB2025OPC281483 · GSTIN 19AAJCE0527G1ZQ

Frequently asked

Questions developers ask before signing up.

Still curious? Browse the full docs at partner-docs.splashifypro.com.

There isn't one. We run the entire SMTP, DKIM, and bounce-handling pipeline ourselves with no AWS SES, Postmark, or Resend in between, so we don't pay markup we'd have to pass on. ₹0.01 covers transactional and marketing equally; the only add-on is dedicated IPs at ₹350/month. GST 18% applies on Indian invoices.
Ship email today

Sandbox is instant. First send under 5 minutes.

Sign up, paste 3 DNS records, copy the cURL snippet, send. We handle DKIM, bounces, complaints, suppression, and reputation — you handle the message.

No credit card · 200 emails/day free · Production access in 24h

Move your marketing to the fast lane

Join 10,000+ businesses already using Splashify Pro to automate, engage, and grow.

Start for free
0K+

Conversations powered

0K+

Chatbot conversations

0K+

Global active users

© 2026 EvolvePro Tech Solutions Private Limited. All Rights Reserved.

CIN: U62012WB2025OPC281483 · GSTIN: 19AAJCE0527G1ZQ
Reg. Office: Shimultala, Motiganj, Bongaon, North 24 Parganas, West Bengal — 743235