How to send SMS in C# [closed]
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
精彩评论