Plug‑and‑play • Free to start

Turn a spare Android into your SMS gateway.

Own your OTP & notification delivery. Use your SIM, start in minutes—no vendor lock‑in or long contracts.

Live delivery receipts API & webhooks Dual‑SIM ready Queues & limits Logs for audits
Trusted by 1,200+ users worldwide
Why teams choose SMS Sender
  • Lower cost: pay your carrier only—skip aggregator markups.
  • Faster launch: install, pair with QR, and go live.
  • Developer‑first: clean REST API, test keys, webhooks.
  • Operate at scale: add phones/SIMs as volume grows.
  • Stay compliant: templates, headers, consent logs.

Built for startups, SMEs & dev teams

Everything you need to send critical SMS reliably—without a complex vendor stack.

Own your costs

Use your SIM. No aggregator markup. Predictable per‑SMS pricing from your carrier.

Launch today

App install + QR pairing. Typical setup takes under 2 minutes.

API that stays out of your way

Straightforward endpoints, clear errors, sandbox keys, and examples.

Scale simply

Add devices/SIMs for throughput. Per‑device queues & throttles keep it smooth.

Full visibility

Real‑time receipts, failure reasons, and webhook callbacks to your app.

Compliance tools

Headers, templates, consent logs, and audits. Local rules still apply.

From zero to live in 3 steps

No hardware. No contracts. No waiting.

1
Install

Download the Android app on a spare phone and sign in.

2
Pair

Open the web dashboard, generate a QR, scan it from the app.

3
Send

Call the API or use the dashboard. Track delivery in real time.

Under the hood: secure tokens, per‑device queues, rate limits, retries, receipts, and webhooks.

Where it fits

OTPs • Order updates • Payment confirmations • Login codes • System alerts

Compliance reminder

If your country requires registration (e.g., DLT in India), use approved templates and sender IDs. SMS Sender provides tools—but compliance remains your responsibility.

Straightforward pricing

You pay your carrier for SMS. Our pricing covers software features and support.

Free

100 SMS/day • 1 device • basic logs

Start free
Pro

Higher limits • multi‑device • priority queues • analytics • team access

Go Pro
Enterprise

Custom limits • SLA • on‑prem/private cloud

Talk to us

Download the Android app

Older phones make great dedicated gateways. Keep the device on power + Wi‑Fi.

  • Permissions: SMS, network, background run
  • Insert SIM with active SMS pack
  • Disable battery optimization for the app
  • (Optional) Dual‑SIM for failover/throughput
Quick start
  1. Install the app on your spare Android.
  2. Open Dashboard → generate pairing QR.
  3. Scan the QR → start sending.

Simple API. Real‑time webhooks.

Bearer token auth. Clear responses. Delivery receipts via webhooks.

# Base URL
https://api.smssender.example

# Auth
Authorization: Bearer <YOUR_API_KEY>
POST /v1/messages
Content-Type: application/json
{
  "to": "+91XXXXXXXXXX",
  "text": "Your OTP is 123456",
  "sender": "+91YYYYYYYYYY",
  "callback_url": "https://yourapp.com/webhooks/sms"
}

Response → {
  "id": "msg_abc123",
  "status": "queued",
  "device_id": "dev_01"
}
# Webhook example (POST /webhooks/sms)
{
  "id": "msg_abc123",
  "to": "+91XXXXXXXXXX",
  "status": "delivered",   // queued | sent | delivered | failed
  "error_code": null,
  "timestamp": 1730000000
}

# Queues & limits
- ~1 SMS/sec per SIM (configurable)
- Backoff + retries for transient errors
- Throttles per sender and global caps
- Example errors: SIM_NO_BALANCE, DND_BLOCKED, CARRIER_THROTTLE, INVALID_NUMBER, DEVICE_OFFLINE

FAQ

For A2P/commercial messaging in India you may need DLT registration and approved templates/sender headers. SMS Sender helps you configure templates and logs but doesn’t replace legal requirements.

Messages go through your SIM, so there’s no aggregator markup. You still pay your carrier’s SMS rates and must follow local rules.

Works across common Android versions. Older devices often perform well as dedicated gateways.

Yes. Dual‑SIM improves throughput and provides failover. You can assign queues per SIM.

The app runs on Android. The API and dashboard work with any backend/CMS (WordPress, Node.js, PHP, etc.).

Get started in 2 minutes

Download the app and connect your first device.

Contact

Have questions or need a demo? Drop your email and we’ll get back.

Thanks! We’ll reach out shortly.
Company
  • Email: contact@smssender.app
  • Address: 221 Spectrum Towers, HSR Layout, Bengaluru 560102, India
  • Support: 10:00–19:30 IST
Get Started