Created
April 8, 2016 18:11
-
-
Save popcorn245/f9b3fd271b65be97d7916472e219b747 to your computer and use it in GitHub Desktop.
An array of cell providers with name and domain for text messaging via e-mail.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ 'name': '3 River Wireless', 'domain': 'sms.3rivers.net' }, | |
{ 'name': 'ACS Wireless', 'domain': 'paging.acswireless.com' }, | |
{ 'name': 'Alltel', 'domain': 'message.alltel.com' }, | |
{ 'name': 'AT&T', 'domain': 'txt.att.net' }, | |
{ 'name': 'Blue Sky Frog', 'domain': 'blueskyfrog.com' }, | |
{ 'name': 'Bluegrass Cellular', 'domain': 'sms.bluecell.com' }, | |
{ 'name': 'Boost Mobile', 'domain': 'myboostmobile.com' }, | |
{ 'name': 'BPL Mobile', 'domain': 'bplmobile.com' }, | |
{ 'name': 'Carolina West Wireless', 'domain': 'cwwsms.com' }, | |
{ 'name': 'Cellular One', 'domain': 'mobile.celloneusa.com' }, | |
{ 'name': 'Cellular South', 'domain': 'csouth1.com' }, | |
{ 'name': 'Centennial Wireless', 'domain': 'cwemail.com' }, | |
{ 'name': 'CenturyTel', 'domain': 'messaging.centurytel.net' }, | |
{ 'name': 'Cingular (Now AT&T)', 'domain': 'txt.att.net' }, | |
{ 'name': 'Clearnet', 'domain': 'msg.clearnet.com' }, | |
{ 'name': 'Comcast', 'domain': 'comcastpcs.textmsg.com' }, | |
{ 'name': 'Corr Wireless Communications', 'domain': 'corrwireless.net' }, | |
{ 'name': 'Dobson', 'domain': 'mobile.dobson.net' }, | |
{ 'name': 'Edge Wireless', 'domain': 'sms.edgewireless.com' }, | |
{ 'name': 'Golden Telecom', 'domain': 'sms.goldentele.com' }, | |
{ 'name': 'Helio', 'domain': 'messaging.sprintpcs.com' }, | |
{ 'name': 'Houston Cellular', 'domain': 'text.houstoncellular.net' }, | |
{ 'name': 'Idea Cellular', 'domain': 'ideacellular.net' }, | |
{ 'name': 'Illinois Valley Cellular', 'domain': 'ivctext.com' }, | |
{ 'name': 'Inland Cellular Telephone', 'domain': 'inlandlink.com' }, | |
{ 'name': 'MCI', 'domain': 'pagemci.com' }, | |
{ 'name': 'Metrocall', 'domain': 'page.metrocall.com' }, | |
{ 'name': 'Metrocall 2-way', 'domain': 'my2way.com' }, | |
{ 'name': 'Metro PCS', 'domain': 'mymetropcs.com' }, | |
{ 'name': 'Midwest Wireless', 'domain': 'clearlydigital.com' }, | |
{ 'name': 'Mobilcomm', 'domain': 'mobilecomm.net' }, | |
{ 'name': 'MTS', 'domain': 'text.mtsmobility.com' }, | |
{ 'name': 'Nextel', 'domain': 'messaging.nextel.com' }, | |
{ 'name': 'OnlineBeep', 'domain': 'onlinebeep.net' }, | |
{ 'name': 'PCS One', 'domain': 'pcsone.net' }, | |
{ 'name': 'Public Service Cellular', 'domain': 'sms.pscel.com' }, | |
{ 'name': 'Qwest', 'domain': 'qwestmp.com' }, | |
{ 'name': 'Rogers AT&T Wireless', 'domain': 'pcs.rogers.com' }, | |
{ 'name': 'Rogers Canada', 'domain': 'pcs.rogers.com' }, | |
{ 'name': 'Satellink', 'domain': 'satellink.net' }, | |
{ 'name': 'Southwestern Bell', 'domain': 'email.swbw.com' }, | |
{ 'name': 'Sprint', 'domain': 'messaging.sprintpcs.com' }, | |
{ 'name': 'Sumcom', 'domain': 'tms.suncom.com' }, | |
{ 'name': 'Surewest Communicaitons', 'domain': 'mobile.surewest.com' }, | |
{ 'name': 'T-Mobile', 'domain': 'tmomail.net' }, | |
{ 'name': 'Telus', 'domain': 'msg.telus.com' }, | |
{ 'name': 'Tracfone', 'domain': 'txt.att.net' }, | |
{ 'name': 'Triton', 'domain': 'tms.suncom.com' }, | |
{ 'name': 'Unicel', 'domain': 'utext.com' }, | |
{ 'name': 'US Cellular', 'domain': 'email.uscc.net' }, | |
{ 'name': 'Sprint', 'domain': 'messaging.sprintpcs.com' }, | |
{ 'name': 'Sumcom', 'domain': 'tms.suncom.com' }, | |
{ 'name': 'Surewest Communicaitons', 'domain': 'mobile.surewest.com' }, | |
{ 'name': 'T-Mobile', 'domain': 'tmomail.net' }, | |
{ 'name': 'Telus', 'domain': 'msg.telus.com' }, | |
{ 'name': 'Triton', 'domain': 'tms.suncom.com' }, | |
{ 'name': 'Unicel', 'domain': 'utext.com' }, | |
{ 'name': 'US Cellular', 'domain': 'email.uscc.net' }, | |
{ 'name': 'US West', 'domain': 'uswestdatamail.com' }, | |
{ 'name': 'Verizon', 'domain': 'vtext.com' }, | |
{ 'name': 'Virgin Mobile', 'domain': 'vmobl.com' }, | |
{ 'name': 'West Central Wireless', 'domain': 'sms.wcc.net' }, | |
{ 'name': 'Western Wireless', 'domain': 'cellularonewest.com' } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment