Forum Discussion
LauraThacker
Qrew Captain
There are ways of doing it natively using emails; but there is also a Juiced Technologies' tool to do this as well if you want something more sophisticated.
Sending sms notifications via email involves knowing the correct format for each phone providers network to send sms throught email.
Case([Cell Provider],
"AT&T",[Cell # (as number)]&"@txt.att.net",
"Verizon",[Cell # (as number)]&"@vtext.com",
"T-Mobile",[Cell # (as number)]&"@tmomail.net",
"Sprint PCS",[Cell # (as number)]&"@messaging.sprintpcs.com",
"Virgin Mobile",[Cell # (as number)]&"@vmobl.com",
"US Cellular",[Cell # (as number)]&"@email.uscc.net",
"Nextel",[Cell # (as number)]&"@messaging.nextel.com",
"Boost",[Cell # (as number)]&"@myboostmobile.com",
"Alltel",[Cell # (as number)]&"@message.alltel.com",
"MetroPCS",[Cell # (as number)]&"@mymetropcs.com"
)
I have this working in one client's app.
Sending sms notifications via email involves knowing the correct format for each phone providers network to send sms throught email.
Case([Cell Provider],
"AT&T",[Cell # (as number)]&"@txt.att.net",
"Verizon",[Cell # (as number)]&"@vtext.com",
"T-Mobile",[Cell # (as number)]&"@tmomail.net",
"Sprint PCS",[Cell # (as number)]&"@messaging.sprintpcs.com",
"Virgin Mobile",[Cell # (as number)]&"@vmobl.com",
"US Cellular",[Cell # (as number)]&"@email.uscc.net",
"Nextel",[Cell # (as number)]&"@messaging.nextel.com",
"Boost",[Cell # (as number)]&"@myboostmobile.com",
"Alltel",[Cell # (as number)]&"@message.alltel.com",
"MetroPCS",[Cell # (as number)]&"@mymetropcs.com"
)
I have this working in one client's app.
BLAKECARLSON
5 years agoQrew Member
What field or fields do i need to make and how do i integrate them in an email??
------------------------------
BLAKE CARLSON
------------------------------
------------------------------
BLAKE CARLSON
------------------------------