foevah Posted July 7, 2008 Share Posted July 7, 2008 I am trying to do this tutorial: http://www.easykiss123.com/?p=32 I want to send a SMS to a T-Mobile mobile which is in the UK. This form I am making is for a restaurant so basically when a customer fills in the form the restaurant will get a text message saying someone has made an order. Right now the tutorail tells me to refer to this page to find the providers Email to SMS Gateway code: http://en.wikipedia.org/wiki/SMS_gateways I dont see T-Mobile UK and I have done some google searching but with no luck.. This is the line of code I need to edit correctly: $to = '[email protected]'; //add phone number as email here any ideas what the yourCellProviderGateway.com would be for T-Mobile uk?? If anyone knows a better tutorial then please point me in the right direction. I am also looking to modify this form so it puts all submitted entries into a database. Link to comment https://forums.phpfreaks.com/topic/113566-sms-form-help-uk-t-mobile-sms-gateway/ Share on other sites More sharing options...
Wolphie Posted July 7, 2008 Share Posted July 7, 2008 You should really use google. I found it on my first search. [email protected] Source: http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin Link to comment https://forums.phpfreaks.com/topic/113566-sms-form-help-uk-t-mobile-sms-gateway/#findComment-583506 Share on other sites More sharing options...
foevah Posted July 7, 2008 Author Share Posted July 7, 2008 cool thanks. I did use google but I did not come across that page you found. Are you sure this is for UK T-Mobile? I guess there is only one way in finding out.. Link to comment https://forums.phpfreaks.com/topic/113566-sms-form-help-uk-t-mobile-sms-gateway/#findComment-583514 Share on other sites More sharing options...
foevah Posted July 7, 2008 Author Share Posted July 7, 2008 I just finished the tutorial and I did not receive a text message.. Does anyone know how to get this to work? Link to comment https://forums.phpfreaks.com/topic/113566-sms-form-help-uk-t-mobile-sms-gateway/#findComment-583532 Share on other sites More sharing options...
foevah Posted July 7, 2008 Author Share Posted July 7, 2008 the form entries did submit into my gmail inbox but I did not get a text message on my mobile I found this info http://www.ozeki.hu/index.php?owpn=669: United Kingdom T-Mobile (former One 2 One) APN: general.t-mobile.uk User ID: user Password: one2one WAP Gateway IP: 149.254.211.010 MMS Server URL: mmsc.t-mobile.co.uk:8002/ $to = '[email protected]'; //add phone number as email here 999999 = my mobile number I have replaced general.t-mobile.uk with all the options from the list above and none of them send a text to my mobile Link to comment https://forums.phpfreaks.com/topic/113566-sms-form-help-uk-t-mobile-sms-gateway/#findComment-583535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.