开发者

How to send SMS in C# [closed]

开发者 https://www.devze.com 2023-01-19 15:37 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, 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. 开发者_如何学JAVA Closed 12 years ago.

I want to integrate SMS service with the software I am developing, so that users could send SMS to their clients.


Perhaps you can get actual SMS integration by sending an email ('[phoneNumber]@[carrierDomainName]'). This is how I integrated paging into my EventLog in the past. The cellphone domain name for each carrier shouldn't be too hard to determine. Verizon's is vtext.com.


Really the question that you need to ask is, which SMS service would be easiest to integrate with C#. Most of them out there have Web APIs, which would be easy enough to tie in with a C# application.

A few example gateways:

http://www.mediaburst.co.uk/api/

http://www.zeepmobile.com/

http://www.messagemedia.co.uk/

Of course, to send SMS this way will cost money (usually in the form of credits with your chosen gateway). If you meant to ask how can you interact with a physical phone to send messages, well that would all depend on the phone, it's o/s and software available for it.


Here is a list of SMS gateways:

http://en.wikipedia.org/wiki/List_of_SMS_gateways

Dave


Yeah Subodh i know your question, i also want that software as i am a LIC agent, well that would help me in managing my clients and policies...

well for more answers, search on google with keyword -- "sms api"


I'm guessing you want an API of sorts. Check out the following libraries:

http://twit88.com/blog/2009/07/31/c-sms-library/

http://www.topshareware.com/mCore-.NET-SMS-Library-(LITE)-download-42284.htm

http://www.hillstone-software.com/hs_sms_dll_details.htm

0

精彩评论

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