Your Personal Alert Bridge: Email & API to SMS
Purpose-built for self-notifications, not bulk campaigns. Turn critical email events and API triggers into immediate SMS alerts for your own verified numbers.
Anti-spam by design: Only authorized senders can reach your verified devices.
Why Choose sms-to.it?
Designed for developers and system administrators who need reliable, secure, and simple SMS notifications.
Built for Speed
Low-latency delivery via direct physical modem paths. Your critical alerts won't be stuck in massive bulk queues.
Secure & Private
Whitelisted sender architecture ensures only you (or your authorized apps) can trigger messages to your devices.
Developer First
Simple REST API and Email-to-SMS bridge that integrates with any legacy system, cron job, or modern application.
Three Steps to Reliable Alerts
Verify Your Identity
Sign in with Google OAuth and verify the phone numbers you want to reach.
Authorize Senders
Register the email addresses or API keys allowed to trigger SMS messages.
Connect Your Systems
Point your server alerts to message@sms-to.it.com or use our JSON API.
curl -X POST https://sms-to.it.com/api/v1/send_sms.php \
-H "X-API-KEY: SMS-K-12345" \
-d '{"to": "+15550123", "message": "Server 01: High CPU Alert!"}'
# Output:
{"status": "success", "message_id": "q-88219"}