Basically you require a SMS Gateway through which you have to send your message, which would be a paid service to which you have to subscribe. My suggestion would be to create a common interface for mail, text messages etc which would contain methods like
"SendMessage","ConstructMessage" etc and implement those. Usually your application would require to consume a webservice provided by the gateway service, but I believe there are some other methods in practice as well. The following links might be of help
to you -
hi, besides Microsoft Visual Studio 2008 and GSM modem, what kind of software or service do i need to buy or download to develop the pc-based SMS application?
Here is a good article on Sending SMS in C# using AT Command GSM Modem. There is a Sample Project for Download. If you need more information on this please feel free to ask to CodeGlobe Contributors
I know an SMS gateway software, you can use it from .net. It can be installed on a PC and it simplifies most of the tasks when you want to create such a solution. You need a GSM modem or IP connection for the sending. Here is the URL:
purushotham2...
Member
150 Points
315 Posts
how to send sms from asp.net application to mobile
Dec 08, 2007 06:48 AM|LINK
hi to all,
thanks in advance,
please give me code for sending sms from asp.net application to mobiles,
sayangh
Member
40 Points
18 Posts
Re: how to send sms from asp.net application to mobile
Dec 09, 2007 09:29 AM|LINK
Hi,
Basically you require a SMS Gateway through which you have to send your message, which would be a paid service to which you have to subscribe. My suggestion would be to create a common interface for mail, text messages etc which would contain methods like "SendMessage","ConstructMessage" etc and implement those. Usually your application would require to consume a webservice provided by the gateway service, but I believe there are some other methods in practice as well. The following links might be of help to you -
http://forums.asp.net/t/57735.aspx
http://www.gotocode.com/art.asp?art_id=66 - contains the basic code structure
You can download this free component and check it out (not sure about licensing terms, so read their terms if you want to use it commercially) - http://www.intellisoftware.co.uk/sms-gateway/dotnet-component/
ASP.NET SMS Mobile SMS
My Blog
slavik118
Participant
1147 Points
207 Posts
Re: how to send sms from asp.net application to mobile
Dec 20, 2007 06:58 PM|LINK
This code works in Windows Mobile 6:
SmsMessage sm= new SmsMessage("destination phone number","messagetext");
sm.RequestDeliveryReport = true;
sm.Send();
ElaineGu
Member
2 Points
2 Posts
Re: how to send sms from asp.net application to mobile
Feb 25, 2008 05:31 AM|LINK
hi, besides Microsoft Visual Studio 2008 and GSM modem, what kind of software or service do i need to buy or download to develop the pc-based SMS application?
Waiting for ur reply. Thx!
Elaine Gu from CHINA
SENd SMS FROM PC
manohar_vakk...
Member
7 Points
3 Posts
Re: how to send sms from asp.net application to mobile
Nov 24, 2008 02:45 PM|LINK
Hi this is manohar, i tried to send sms from the webservices (www.webservicex.net and www.webservicex.com) but this is not at all working properly.
If you having the code to send sms from asp.net then please forwad me to manohar_vakkala@yahoo.com .
chandradev1
Participant
1563 Points
474 Posts
Re: how to send sms from asp.net application to mobile
Mar 12, 2009 02:12 PM|LINK
Hi friends
did u get the working code for that sending sms ? could u send me that url ? i have to also implement in one project.
My Blog
[Life is wonderful if you know how to live life]
irisweb
Member
26 Points
9 Posts
Re: how to send sms from asp.net application to mobile
Apr 23, 2009 10:22 AM|LINK
http://codeglobe.blogspot.com/2009/02/sending-sms-in-cnet-using-gsm-modem-and.html
Also there is AT Command Set of Sony Ericssion
http://codeglobe.blogspot.com/2009/02/at-command-set-for-sony-ericsson.html
Victor Svens...
Member
4 Points
2 Posts
Re: how to send sms from asp.net application to mobile
May 04, 2009 01:58 PM|LINK
Hi,
I know an SMS gateway software, you can use it from .net. It can be installed on a PC and it simplifies most of the tasks when you want to create such a solution. You need a GSM modem or IP connection for the sending. Here is the URL:
www.ozekisms.com
chandradev1
Participant
1563 Points
474 Posts
Re: how to send sms from asp.net application to mobile
May 05, 2009 04:50 AM|LINK
yes. i have checked that link. i had solved that problem using "clickat tell" gateway. That is very nice. there is no need to install any software.
My Blog
[Life is wonderful if you know how to live life]
rahul5055
Member
2 Points
1 Post
Re: how to send sms from asp.net application to mobile
May 05, 2009 12:53 PM|LINK
Hi Chandradev,
i have to implement same application in my project, can you please send me the code.
i am trying it from last week but not succed yet..
thanx.