Send Text Message From Web Form

MaxPower

Perch
When someone submits a web form, I want a confirmation message sent as a text message to a cell phone - similar to CDOSYS sending an email confirmation. Do I need a SMS gateway? Any suggestions and how-to advice would be helpful.

Thanks, Gary
 
yes it will require a SMS gateway UNLESS it to a specified user only and they have an email to text gateway, most US providers have such a service but outside the US it is more spotty on ones that do and do not.
 
Sending an sms message from your site can be done in many ways. The easiest way is via email. Use an emailing lib and some code and your done. You would need to place the receivers information in the to field, for example [email protected]. Hope that helped.

World Guru
 
Back
Top