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 = '07985669856@yourCellProviderGateway.com'; //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. Quote Link to comment 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. phonenumber@tmomail.net Source: http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin Quote Link to comment 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.. Quote Link to comment 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? Quote Link to comment 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 = '999999999@general.t-mobile.uk'; //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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.