For about twenty years, every US carrier ran a free email-to-SMS gateway. You sent an email to 5551234567@vtext.com and it landed on the phone as a text message. Monitoring systems used it. Schools used it. Small businesses built entire alerting workflows on it. It cost nothing and required no account.
It is gone. Not degraded, not rate-limited — switched off. If your alerts stopped arriving somewhere between late 2024 and mid-2025 and you have been assuming it was a configuration problem on your end, it was not.
What shut down, and when
- Verizon (vtext.com, vzwpix.com) — discontinued in late 2024, fully retired June 17, 2025.
- T-Mobile (tmomail.net) — went intermittent in November 2024 and stopped delivering entirely in December 2024. Many people spent weeks assuming the message loss was random.
- AT&T (txt.att.net) — officially discontinued June 17, 2025, the same day as Verizon.
Mail sent to those addresses now either bounces or is silently accepted and dropped. The silent-drop case is the one that hurts: nothing in your logs indicates failure, so an alerting pipeline can look perfectly healthy while delivering nothing.
Why the carriers killed it
The gateways were built in an era when nobody was worried about who was sending mail. They accepted a message from any address on the internet, performed no sender authentication, ran no meaningful rate limits, and required no business verification. Whatever name the sender put in the From field is what showed up on the recipient's phone.
That combination made them close to ideal infrastructure for SMS phishing. An attacker could send a text that appeared to come from a bank, at scale, for free, with no account to suspend and no paper trail. Carriers spent years trying to filter their way out of it before concluding the design itself was the problem.
What still works
Some smaller carriers and MVNOs still operate gateways — see the current gateway list for which addresses are still live. Relying on them is a bad bet. They serve a fraction of US phones, they carry the same design flaws that got the big three shut down, and each one is a single announcement away from going dark with no notice.
The three realistic replacements:
- A messaging API (Twilio, SignalWire, Sinch). Right answer if you are sending programmatically and can write code. You will register a 10DLC campaign and pay per message.
- An outbound email-to-SMS service (Textmagic, Notifyre, TXTImpact). These replicate the old workflow: you email a special address, they deliver the SMS. Built for businesses texting customers, priced per message or per seat.
- An inbound email-to-text service — the opposite direction, and the one most people who miss vtext.com actually want. Instead of sending texts to other people, you get your own inbox delivered to your own phone.
Which one you need
Be honest about which direction you were using the gateway for, because the two categories do not substitute for each other.
If you were emailing your own number so that important mail reached you when you were away from a screen — the overwhelmingly common case for individuals — an outbound business SMS platform is the wrong shape and roughly ten times the price. What you want is a service that watches your inbox and texts you.
That is what EmailOnText does: connect Gmail, verify your phone, and important email arrives as SMS — summarized to fit one message, with the sender and subject intact. You can reply to the email straight from the text thread, which the carrier gateways never supported. It runs over real registered SMS infrastructure, so it is not going to disappear the way the free gateways did.
Frequently asked questions
- Is vtext.com still working?
- No. Verizon discontinued the vtext.com email-to-SMS gateway in late 2024, and it was fully retired alongside the AT&T gateway in June 2025. Mail sent to number@vtext.com is no longer delivered as a text.
- Is tmomail.net still working?
- No. The T-Mobile tmomail.net gateway became unreliable in November 2024 and stopped delivering entirely in December 2024.
- Why did carriers shut down email to text?
- The gateways accepted mail from anyone with no sender authentication, no rate limiting, and no business verification, which made them an ideal relay for phishing texts with spoofed sender names.