Page 1 of 1

How can sms messages be sent from a website to cell phones?

Posted: Thu Mar 04, 2004 5:32 am
by websighteam
Hi there?

Could someone please tell me how I can send sms messages from a website to cell phones? Are there any components to use.Can anyone suggest some sample code?

Thanks in advance!!!

Posted: Thu Mar 04, 2004 5:34 am
by JayBird

Posted: Thu Mar 04, 2004 1:16 pm
by infolock
sweet, i was wondering about this myself


Edit :
5555555555@mobile.mycingular.com is for Cingular Wireless btw..

Posted: Thu Mar 04, 2004 9:48 pm
by idotcom
You can use the php mail()

Every Phone provider has an email type address like this one. This one is for you know who.. AT&T users

$number = "6025551212@mobile.att.net";


mail("$number","$subject","$message","From: Form@Site.com");

Hope it helps.. Or gives you a start..