tags:

views:

29

answers:

1

We need to test the sms text notifications thru our project which is implemented in PHP. We have used the phone number combine with the carrier gateway. For example 7-11 Speakout (USA GSM) has a gateway @cingularme.com, so while send sms we are combining the number with the gateway as 9860112354@@cingularme.com and sending this thru PHP's mail function.

Now wee need to test this on our mobile phones. However we are unabel to find the carrier gateway list for the same (Nokia 6300). Please advise.

A: 

Are you looking for a list of carrier email to SMS addresses? Such as #@tmomail.net?

If so, here's an exhaustive list:

http://www.mutube.com/projects/open-email-to-sms/gateway-list/

Anthony