开发者

Sending SMS to mobile using secure gateway from VB.net 2008 c#

I am developing a desktop applicat开发者_如何学Pythonion in VS2008 with C#. How can I send an SMS using a secure gateway?


Sending SMS is same for every .net application. Its your SMS gateway provider who have to make it secure. Most of the gateway providers provide HTTP gateway. Some give you the option of SMPP protocol as well. Learn about both and choose the best one for you.

Why do you wan to make it secure?


Just get the string from an sms provider gateway and make the simple web request from your program. Remember to replace the text and the mobile no value before making web request.


There isn't any common example you can get.

First you have to contact a SMS gateway provider (for example your mobile phone provider) and request that you want to send SMS messages via their gateway. They will provide you with all the tehnical information and most of the time there is even examples for most of the platforms (ASP.NET, PHP, etc).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜