开发者

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

开发者 https://www.devze.com 2022-12-08 05:07 出处:网络
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 w

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

精彩评论

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

关注公众号