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.
No credit card · Sandbox 200 emails/day free · Production access in 24h
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"
}'{ "message_id": "01J9...", "status": "queued" }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.
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);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.
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.
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
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
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
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.
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.
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.
Acceptable Use Policy
Banned content, required recipient practices, and the consequences for violations.
Auto-Actions
Reputation thresholds, sandbox guardrails, recovery paths, and your appeal rights.
Anti-Spam
Consent definition, banned list-acquisition methods, and unsubscribe requirements.
Data Processing Agreement
DPDP Act 2023 + GDPR Article 28 contract — Controller / Processor roles, sub-processors, SCCs.
Service Level Agreement
99.95% Email API uptime, 99.9% webhook delivery. Service credits 5–50% scaled to severity.
Terms of Service
Eligibility, fees, refunds, suspension, and India-jurisdictional dispute resolution.
Privacy Policy
What we collect about partners, lawful basis under DPDP + GDPR, retention, your rights.
Compliance
Practical summary of every applicable law: IT Act, DPDP, GDPR, CAN-SPAM, CASL, ePrivacy, LGPD.
EvolvePro Tech Solutions Private Limited · Shimultala, Motiganj, Bongaon, North 24 Parganas, West Bengal 743235 · CIN U62012WB2025OPC281483 · GSTIN 19AAJCE0527G1ZQ
Questions developers ask before signing up.
Still curious? Browse the full docs at partner-docs.splashifypro.com.
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