Skip to main content
July 1, 2006
Question

sms

  • July 1, 2006
  • 2 replies
  • 367 views
Hi i have a small database of mobile phone numbers who are club members.

is it possible to setup a service via my coldfusion website that would sms these numbers? like a mail merge but with sms

if so how do i set this up?
This topic has been closed for replies.

2 replies

July 2, 2006
For that you have to setUp account with the Carrier . if sms is not the only option then you can use some thing like
for cingular its CellNumber@cingularME.com . you can check for Sprint and verizon
<cfmail to="CellNumer@Service.com" from="youremail.com">

</cfmail>
July 2, 2006
Ok thanks i have found the code below which works on a test server, but how do i now get it to sms to a number say a text box called number?