Most copies of this list floating around the web are five years stale and present every row as though it still works. This one marks each address with its actual status as of 2026. Replace number with the 10-digit phone number, no dashes or country code.
US carrier email-to-SMS gateways
| Carrier | Gateway address | Status | Notes |
|---|---|---|---|
| Verizon | number@vtext.com number@vzwpix.com (MMS) | Retired | Discontinued late 2024, fully retired June 17, 2025. |
| AT&T | number@txt.att.net number@mms.att.net (MMS) | Retired | Officially discontinued June 17, 2025. |
| T-Mobile | number@tmomail.net | Retired | Intermittent from November 2024, stopped entirely December 2024. |
| Sprint (now T-Mobile) | number@messaging.sprintpcs.com | Retired | Network shut down in 2022; addresses folded into T-Mobile and then retired. |
| US Cellular | number@email.uscc.net | Unreliable | Still accepts mail at time of writing, delivery is inconsistent. |
| Boost Mobile | number@sms.myboostmobile.com | Unreliable | Works intermittently; no published commitment to keep it running. |
| Cricket Wireless | number@sms.cricketwireless.net | Unreliable | AT&T-owned; expected to follow the parent network eventually. |
| Google Fi | number@msg.fi.google.com | Working | Still operating. Google has not announced a retirement date. |
| Consumer Cellular | number@mailmymobile.net | Unreliable | MVNO on AT&T/T-Mobile; delivery depends on the underlying network. |
| Ting | number@message.ting.com | Unreliable | MVNO; same caveat as above. |
Why "unreliable" is not the same as "working"
Several MVNO gateways still accept mail. That is not the same as delivering it. What we see in practice with the remaining ones:
- Silent drops. The message is accepted over SMTP and never delivered. No bounce, no error — the worst possible failure mode for an alerting pipeline, because everything looks healthy.
- Aggressive filtering. Anything that looks automated gets binned. Sending more than a handful a day tends to trip it.
- Sudden retirement. MVNOs ride the big three's networks. As the underlying carriers tighten sender requirements, the MVNO gateways follow. None of the ones listed above carries a published commitment to keep running.
- Delay. Messages that do land can arrive minutes to hours late, which defeats most of the reason for sending a text.
What to use instead
It depends on which direction you need, and the two are not interchangeable:
- Texting other people programmatically — use a messaging API (Twilio, SignalWire, Sinch) or an outbound email-to-SMS provider (Textmagic, Notifyre). Expect 10DLC registration and per-message pricing.
- Getting your own email onto your own phone — this is what most people were using the gateway for, and a business SMS platform is the wrong shape for it. An email to text service like EmailOnText connects to your Gmail, texts you the mail that matters, and — unlike any gateway ever did — lets you reply to the sender straight from the text thread.
If your use case was the second one, the Gmail forwarding guide walks through both the manual route and the automatic one.