Text Messaging
by Rick Maciag on Feb 12, 2009 at 8:27:59 pm
These days text messaging is getting more and more popular, especially with the younger generation. That being said, I have a client who may be interested in generating automatic text message go out to members. (indy Mogul does it, you just subscribe)
I am wondering if anyone knows how to go about doing this? Is there a special program needed, or a service that you have to subscribe to? What are the costs?
Also, chase bank is doing something similar where you can text them and they automatically text you back your account balance. Do you have any ideas how they are going about doing that?
Thanks
Re: Text Messaging by Mike Cohen on Feb 12, 2009 at 8:51:38 pm
A text message is going to a cell phone number. So a text message from a website is basically an e-mail. You can write a script to send e-mails, and collect user data using standard web methods.
Maybe there is a more sophisticated way to do this, but that is how I would do it (clarification, "how I would have someone do it")