-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcarrier-addresses.json
56 lines (56 loc) · 1.09 KB
/
carrier-addresses.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"Alltel": {
"sms": "{number}@message.alltel.com"
},
"AT&T": {
"sms": "{number}@message.alltel.com",
"mms": "{number}@mms.att.net"
},
"Bell Canada": {
"sms": "{number}@txt.bellmobility.ca"
},
"Boost Mobile": {
"sms": "{number}@myboostmobile.com"
},
"Centennial Wireless": {
"sms": "{number}@cwemail.com"
},
"Cellular South": {
"sms": "{number}@csouth1.com"
},
"Cincinnati Bell": {
"sms": "{number}@gocbw.com"
},
"Metro PCS": {
"sms": "{number}@mymetropcs.com"
},
"Qwest": {
"sms": "{number}@qwestmp.com"
},
"Rogers": {
"sms": "{number}@pcs.rogers.com"
},
"Sprint Nextel": {
"sms": "{number}@messaging.nextel.com"
},
"Suncom": {
"sms": "{number}@tms.suncom.com"
},
"T-Mobile": {
"sms": "{number}@tmomail.net"
},
"Telus": {
"sms": "{number}@msg.telus.com"
},
"US Cellular": {
"sms": "{number}@email.uscc.net",
"mms": "{number}@mms.uscc.net"
},
"Verizon": {
"sms": "{number}@vtext.com",
"mms": "{number}@vzwpix.com"
},
"Virgin Mobile USA": {
"sms": "{number}@vmobl.com"
}
}