开发者

How to send SMS using c# [closed]

开发者 https://www.devze.com 2023-01-25 12:43 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incompl开发者_如何学Goete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incompl开发者_如何学Goete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

i want to send sms using c# coding


Use SMSLib ( http://smslib.org/download/ )

You may find working codes here, i had worked using java platform, and it works all fine. try for c#.

All you need is a gsm moden,connect to USB and provide proper port number in the availaible code at SMSlib website.

download http://smslib.org/download/files/smslib.net-v3.5.0.zip

You will find C# herein.


I did both sms sending and receiving with the Api provided by https://www.csoft.co.uk/. It is a paid service, but it is very easy to implement.


download library from one of the sms sites and integrate:

SMS provider

It is very easy.

0

精彩评论

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