graham23s Posted July 27, 2008 Share Posted July 27, 2008 Hi Guys, I have just finished coding a basic payment gateway for someone but they wanted, if possible a text to be sent to there mobile when an order is placed! im not sure where to start lol any tips would be great Graham Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/ Share on other sites More sharing options...
Nhoj Posted July 27, 2008 Share Posted July 27, 2008 You might want to try a simply e-mail type application that sends an e-mail to the mobile number. This might help a little http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/#findComment-601006 Share on other sites More sharing options...
graham23s Posted July 27, 2008 Author Share Posted July 27, 2008 Hi Mate, ah so signup with one of the following: T-Mobile: [email protected] Virgin Mobile: [email protected] Cingular: [email protected] Sprint: [email protected] Verizon: [email protected] Nextel: [email protected] where phonenumber = your 10 digit phone number do the same e-mail type code as normal but put [email protected] that does look to easy lol thanks mate Graham Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/#findComment-601008 Share on other sites More sharing options...
Nhoj Posted July 27, 2008 Share Posted July 27, 2008 Heh, try it with your telephone, for example if you have a verizon phone with SMS, send an e-mail to [email protected] Might want to look into the php mail() function. Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/#findComment-601012 Share on other sites More sharing options...
unkwntech Posted July 27, 2008 Share Posted July 27, 2008 I'll add [email protected] to that... No one ever seems to support cicket, you gotta' love the little guy too. Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/#findComment-601013 Share on other sites More sharing options...
Wuhtzu Posted July 27, 2008 Share Posted July 27, 2008 I would personally look into signing up with some sms gateway which will allow you to send text messages to any cell phone. They will typically have some kind of API which you can implement into your website and then simply send text messages with a GET request or something to a sms gateway script. Link to comment https://forums.phpfreaks.com/topic/116876-triggering-an-sms/#findComment-601036 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.