// transactional + marketing email

Email that actually reaches the inbox.

Velone is the email API and sending platform for developers and teams. One clean API for transactional and marketing mail — with deliverability, suppression, webhooks and analytics built in.

REST + SDKs99.9% uptime targetSPF · DKIM · DMARC
send.ts

// one call — transactional or marketing

import { Velone } from "velone";

const velone = new Velone(process.env.VELONE_API_KEY);

 

await velone.emails.send({

  from: "hello@velone.in",

  to: "user@acme.com",

  subject: "Welcome aboard",

  html: "<p>Your account is ready.</p>",

});

// events — streamed to your webhook

12:04:51msg_8fK2…q1queued
12:04:51accepted by mxsent
12:04:53250 okdelivered
12:07:10user@acme.comopened

Built on hardened sending infrastructure · Opt-in only · GDPR-aware

// what it does[01/05]

Everything you need to send mail well.

[ API ]

A clean send API

REST endpoints and official SDKs for Node, Python, Ruby, PHP and Go. Idempotent sends, batch sending, and a typed client so your integration is boring — in the best way.

[ INBOX ]

Deliverability by default

Guided SPF, DKIM and DMARC setup, custom MAIL FROM alignment, reputation monitoring, and shared or dedicated sending — so your mail lands where it should.

[ EVENTS ]

Webhooks & events

Real-time delivered, bounced, complained, opened and clicked events, signed and delivered to your endpoint.

[ HYGIENE ]

Suppression & bounces

Bounces and complaints are handled for you — recipients are auto-suppressed so you never re-send to a bad address.

[ COMPLIANCE ]

One-click unsubscribe

RFC 8058 List-Unsubscribe headers injected automatically to meet Gmail and Yahoo bulk-sender rules.

[ INSIGHT ]

Logs & analytics

A searchable timeline for every message and aggregate metrics for delivery, bounce and complaint rates across your domains.

[ CONTENT ]

Templates & attachments

HTML and plain-text bodies, inline images and file attachments, with size limits and validation enforced at the edge.

// how it works[02/05]

Live in three steps.

  1. 1

    Verify your domain

    Add three DNS records (SPF, DKIM, DMARC). We watch for them and flip your domain to verified automatically.

  2. 2

    Create an API key

    Generate a scoped key from the dashboard. Keys are tenant-isolated and revocable at any time.

  3. 3

    Send

    Call the API or use an SDK. Track every message through delivery, opens and clicks in real time.

curl · send your first email
curl https://api.velone.in/v1/emails \
  -H "Authorization: Bearer $VELONE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "hello@velone.in",
    "to": "user@acme.com",
    "subject": "Hello from Velone",
    "html": "<p>It works.</p>"
  }'

# → 202 Accepted
# { "id": "msg_8fK2q1", "status": "queued" }
// built for the inbox[03/05]

Reputation is a feature, not an afterthought.

Sending volume means nothing if mail lands in spam. Velone authenticates every message, isolates senders, and pauses sending automatically when bounce or complaint rates climb — protecting your domain and everyone else's.

99.9%
Uptime target
<2min
Domain setup
100%
Opt-in only
24/7
Abuse response
// pricing[04/05]

Start free. Scale when you do.

Transparent, usage-based pricing. No per-seat fees, no surprises.

Developer
$0/mo

For side projects and getting to production.

  • 3,000 emails / month
  • 1 verified domain
  • Full send API + SDKs
  • Webhooks & logs
  • Community support
Get started
Pro · Popular
$20/mo

For growing products sending real volume.

  • 50,000 emails / month
  • 10 verified domains
  • Analytics & suppression lists
  • Custom MAIL FROM
  • Priority email support
Choose Pro
Scale
Custom

For high-volume and regulated senders.

  • Volume pricing
  • Dedicated sending IPs
  • SSO & audit logs
  • Uptime SLA
  • Dedicated support
Talk to us
// questions[05/05]

Frequently asked.

What can I send with Velone?+

Transactional email (receipts, password resets, notifications) and permission-based marketing email (newsletters, product updates). All recipients must have opted in to hear from you — see our Acceptable Use Policy.

How do you improve deliverability?+

We guide you through SPF, DKIM and DMARC, align your custom MAIL FROM domain, monitor your sending reputation, and inject one-click unsubscribe headers. Authenticated, opt-in mail from a warmed domain is what reaches the inbox.

Do you handle bounces and complaints?+

Yes. Hard bounces and spam complaints are processed automatically and the recipient is added to your suppression list, so you never send to a known-bad address again. Senders that exceed safe bounce or complaint thresholds are paused for review.

Is there a free tier?+

Yes — the Developer plan includes 3,000 emails per month, one verified domain, and the full API at no cost. No credit card required to start.

Where is my data stored, and is it secure?+

Traffic is encrypted with TLS in transit, API keys are hashed at rest, and tenants are isolated from one another. See our Privacy Policy for details on data handling and retention.

Can I migrate from another provider?+

Velone speaks standard REST and SMTP, so migrating is usually a matter of swapping credentials and re-verifying your domain. Reach out and we'll help you move.

Start sending in minutes.

Verify a domain, grab a key, and send your first email today.