Jump to content

SMS Form help - UK T-Mobile SMS Gateway?


foevah

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.