Skip to content

Commit 36e1709

Browse files
committed
Update the email to sms blog post
1 parent 1e7e811 commit 36e1709

3 files changed

Lines changed: 88 additions & 50 deletions

File tree

blog/att-email-to-text-pagertree-replacement.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

blog/email-to-sms-replacement.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
date: 2026-03-23
3+
authors: pagertree
4+
description: >-
5+
AT&T, T-Mobile, and Verizon have all shut down their free email-to-text gateways.
6+
PagerTree is the drop-in replacement - swap the address, keep everything else.
7+
Setup in 2 minutes.
8+
---
9+
10+
# 📣 Email-to-SMS Replacement: Carrier Gateways Are Gone (AT&T, T-Mobile, Verizon)
11+
12+
AT&T, T-Mobile, and Verizon have all shut down their free email-to-text gateways. These gateways powered what most teams think of as "email-to-SMS" - sending an email to a phone number to trigger a text message. If your scripts, monitoring systems, or alerting tools are still pointing at `@txt.att.net`, `@tmomail.net`, or `@vtext.com` - your alerts are silently failing.
13+
14+
**PagerTree is the drop-in replacement.** Just replace the domain. Everything else stays the same. PagerTree uses verified messaging infrastructure (A2P 10DLC), ensuring messages are delivered reliably instead of silently dropped like legacy gateways.
15+
16+
<!-- truncate -->
17+
18+
## Carrier Gateways Shutdown Timeline
19+
20+
| Carrier | Old Gateway Address | Status |
21+
|---|---|---|
22+
| Sprint | `@messaging.sprintpcs.com` | ❌ Shut down early 2022 |
23+
| Boost Mobile | `@sms.myboostmobile.com` | ❌ Shut down 2022 |
24+
| T-Mobile | `@tmomail.net` | ❌ Offline December 2024 |
25+
| AT&T | `@txt.att.net` / `@mms.att.net` | [Shut down June 17, 2025](https://www.att.com/support/article/wireless/KM1061254/) |
26+
| Cricket Wireless | `@sms.cricketwireless.net` | ❌ Shut down with AT&T |
27+
| Verizon | `@vtext.com` / `@vzwpix.com` | ⚠️ Unreliable - [phasing out by March 31, 2027](https://www.verizon.com/support/vtext-vzwpix-shutdown/) |
28+
29+
## Why Did Carriers Shut Them Down?
30+
31+
The free carrier gateways became major spam and phishing vectors (aka ["smishing"](https://www.ibm.com/think/topics/smishing)), and carriers retired them rather than maintain them under modern A2P messaging regulations. **They're not coming back.**
32+
33+
## The Fix: Replace the Domain, Keep Everything Else
34+
35+
PagerTree gives your account a unique email domain to send alert emails to. You send an email to `[10-digit-phone]@your-domain.e2t.pagertree.com` (must be a verified phone number in PagerTree) and PagerTree sends an SMS to your phone. That's it.
36+
37+
If you had something like this working before:
38+
39+
```
40+
alerts@yourserver.com → [10-digit-phone]@txt.att.net
41+
```
42+
43+
You just change the domain to your PagerTree address:
44+
45+
```
46+
alerts@yourserver.com → [10-digit-phone]@your-domain.e2t.pagertree.com
47+
```
48+
49+
## How to Set It Up (2 Minutes)
50+
51+
1. **[Sign up for PagerTree](https://app.pagertree.com/signup)** - free 14-day trial, no credit card required.
52+
2. **Enable Email-to-SMS** - Available on Pro and Elite plans. [Contact support](mailto:support@pagertree.com) to enable.
53+
3. **Swap the domain** - Replace your old carrier gateway domain with your new PagerTree domain in the systems that are sending the emails.
54+
4. **Test it** - Send a test email to your PagerTree email-to-text domain and confirm the SMS notification arrives.
55+
56+
Just like that, your existing setup works exactly as before!
57+
58+
## Works With Anything That Sends Email
59+
60+
- UPS / server hardware alert emails
61+
- Cron job scripts
62+
- Windows Task Scheduler / Event Log
63+
- Custom applications
64+
- Enterprise applications (PRTG, SolarWinds, etc.)
65+
66+
If it can send an email, it works with PagerTree.
67+
68+
[👉 See the docs](https://pagertree.com/docs/email-to-text)
69+
70+
## Pricing
71+
72+
Email-to-SMS is included on the **[Pro and Elite plans](https://pagertree.com/pricing/)**.
73+
74+
- No per-message SMS charges
75+
- No carrier gateway dependencies
76+
- No API or infrastructure required
77+
78+
[👉 See full pricing ](https://pagertree.com/pricing/)
79+
80+
## Want More? PagerTree Does That Too.
81+
82+
Email to SMS is the simplest way to use PagerTree, but the platform also supports [on-call schedules, escalation policies, team rotations, and integrations](https://pagertree.com/features/) like Grafana, PRTG, and other monitoring tools.
83+
84+
[👉 Start your free trial](https://app.pagertree.com/signup)
85+
86+
For setup help, [read the docs](https://pagertree.com/docs/) or email [support@pagertree.com](mailto:support@pagertree.com).

docs/email-to-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Email to Text lets you send SMS text messages by sending an email. Convert email
1010

1111
**Key Features:**
1212
* Send SMS via email from any email client
13-
* Unique gateway domain per account (`[your-id].e2t.pagertree.com`)
13+
* Unique gateway domain per account (`[your-gateway-domain].e2t.pagertree.com`)
1414
* Recipients must have verified phone numbers in your account
1515
* All messages logged in PagerTree interface
1616

@@ -22,7 +22,7 @@ Email to Text is currently in beta and will require enabling for your account. P
2222

2323
**Email Format:**
2424
```
25-
To: [phone-number]@[your-gateway-domain].e2t.pagertree.com
25+
To: [10-digit-phonenumber]@[your-gateway-domain].e2t.pagertree.com
2626
Subject: Your message
2727
Body: SMS content
2828
```

0 commit comments

Comments
 (0)