Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Last active March 28, 2022 21:22
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolaj86/8908841 to your computer and use it in GitHub Desktop.
Save coolaj86/8908841 to your computer and use it in GitHub Desktop.
List of free email to text services

Carrier Lookup

node.js module

https://github.com/coolaj86/node-tel-carrier

xminder

Format: http://www.xminder.com/number.check.php?number=<number>

Example http://www.xminder.com/number.check.php?number=5551234567

freecarrierlookup / data24-7

curl 'http://www.freecarrierlookup.com/' --data 'cc=1&phonenum=5551234567&error=true&x=95&y=10' --compressed

Email to Text

Verizon SMS to Email

Verizon Text to Email

Format <number>@vtext.com

Example 5551234567@vtext.com

Don't use a subject in the email, it gets wrapped in parens.

Sent as:
Subject: Short subject
Body: This is the longer body

Received as:
(Short subject) This is the longer body

Verizon MMS to Email

Verizon Piture Text, Multimedia Text, Group Text, Video Text to Email

Format <number>@vzwpix.com

Example 5551234567@vzwpix.com

AT&T SMS to Email

Format <number>@txt.att.net

Example 5551234567@txt.att.net.

AT&T MMS to Email

Format: <number>@mms.att.net

Example: 5551234567@mms.att.net

Sprint

@23456micheal
Copy link

i need a carrier lookup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment