q; SMS application

G

Guest

Is there any application asp.net c# that I can embed to my web application to
send SMS from my web site?
 
G

Guest

The first thing you need to send SMS from a web application is some sort of
connection to a mobile network, such as a GSM modem. Once you have that
there are various SMTP-SMS gateway programs you could use, then all you have
to do is get your ASP.net app to send an email to the gateway using the
standard classes.
 
J

joshua__lim

clickon said:
The first thing you need to send SMS from a web application is some sort of
connection to a mobile network, such as a GSM modem. Once you have that
there are various SMTP-SMS gateway programs you could use, then all you have
to do is get your ASP.net app to send an email to the gateway using the
standard classes.


There are open source and and paid solutions, try the following links:

http://www.kannel.org
http://www.visualgsm.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top