473,804 Members | 3,433 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

send SMS using asp.net(C#) 2.0

nil
Hello everyone,

I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application like www.160by2.com which allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:

1. Web service (Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)

I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.

Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.

Any help will be appreciated !

Regards,
Nil
"Never Expect..Never Regret"
Aug 12 '08 #1
3 20581
ASP.NET does NOT have any inbuilt API support to send out an SMS. You need
to go for a third party solution or use something that is found on the
Internet.

There could also be some sites that expose a web service interface for you
to consume to send out a SMS but these may or may not be reliable.

Point is.. no default support in ASP.NET. Infact you can send out an email
but cant receive an email using the Base class library.

"nil" <Ni************ **@gmail.comwro te in message
news:59******** *************** ***********@1g2 000pre.googlegr oups.com...
Hello everyone,

I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application like www.160by2.com which allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:

1. Web service (Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)

I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.

Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.

Any help will be appreciated !

Regards,
Nil
"Never Expect..Never Regret"

Aug 12 '08 #2
nil
On Aug 12, 12:02*pm, "Sriram Srivatsan" <sriramsrivat.. .@srasys.co.in>
wrote:
ASP.NET does NOT have any inbuilt API support to send out an SMS. You need
to go for a third party solution or use something that is found on the
Internet.

There could also be some sites that expose a web service interface for you
to consume to send out a SMS but these may or may not be reliable.

Point is.. no default support in ASP.NET. Infact you can send out an email
but cant receive an email using the Base class library.

"nil" <NileshThakker. ..@gmail.comwro te in message

news:59******** *************** ***********@1g2 000pre.googlegr oups.com...
Hello everyone,
I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application likewww.160by2. comwhich allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:
1. Web service * *(Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem * ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)
I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.
Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.
Any help will be appreciated !
Regards,
Nil
"Never Expect..Never Regret"
Thanks sriram..thanks a lot..but do you have any information about any
of the option that i described in my previous post or anything other
than i can use to develop web application like www.160by2.com

Regards,
Nil
"Never expect Never Regret"
Aug 12 '08 #3
"nil" <Ni************ **@gmail.comwro te in message
news:be******** *************** ***********@v1g 2000pra.googleg roups.com...
do you have any information about any of the options that I described
GIYF:
http://www.google.co.uk/search?sourc...P%2eNET%22+SMS

As with everything which the .NET Framework doesn't support natively, there
are literally dozens of 3rd-party solutions - pick one that you like and use
it.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 12 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3264
by: John J. Hughes II | last post by:
I have a service that needs to send e-mail alerts. I have been attempting to use the System.Net.Mail function from .NET but this seems to require the IIS be installed and running. Since some of my customers are not really happy with having the IIS installed, not being used except to send e-mail this is becoming a problem. I have also tried using a little program from code project for sending e-mail which works great on older servers...
3
9141
by: Sara | last post by:
HI, I want to code a program to detect GSM mobile (any kind) which connected through serial port to computer and then be able to send SMS through this mobile phone to other mobile phones, could anyone help me and guide me, I wrote a program which could open COM port but still couldn't detect mobile phone and send SMS through it. I searched internet and I didn't find right answer to my question. please if anyone could guide me. the...
9
4314
by: Bob Jones | last post by:
We have developed a commercial ASP.net application (personal nutrition management and tracking); we want to send smtp email from within it. For our development box, we use WinXP Pro, IIS 5.5, VisualStudio2002, VB as programing language. Our test/development version of the web app as hosted on our "localhost" works fine; our "Default SMTP Virtual Server" is running (per the IIS console).
2
3502
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console application, and also succeeds from the asp.net page with BodyFormat=MailFormat.Text. I've recently upgraded from W2K SP4 to WinXP SP2 and am using .Net Framework v1.1 SP1. The code worked fine under W2K SP4.
14
9147
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my local default SMTP Server and my from address is a valid Yahoo/Hotmail address. I have configures the local SMTP Server to allow the IP Address 127.0.0.1.
3
4318
by: BuddyWork | last post by:
Hello, Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which sends to the same IP address and port, the receiver is running within Process1. If I move the receiver into Process2 then its fast. Please can someone explain.
0
3169
by: Buddy Home | last post by:
There is two examples of code. Example 1. Send and Receive within the same process. Put this code in a console app called SendAndReceive and run the code. using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Runtime.Serialization.Formatters.Binary;
4
7689
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. But sometimes even when I'm just sending one e-mail the web page takes a minutes or so to post. Can anyone tell me why it is so slow, or how to fix the problem? To address this I am thinking of just creating a queue table to write the emails...
8
7287
by: shapper | last post by:
Hello, I am trying to send an email using Asp.Net 2.0. I am getting the following error: System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: No such user here at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify,
7
22882
by: Rob Dob | last post by:
The following code is giving me a timeout problem., no matter what I do I can't send a piece of mail using .net2.0 System.Net.Mail.SmtpClient via port 465 and using ssl, if however I try using outlook or outlook express it works fine.. System.Net.Mail.MailMessage msgMail = new System.Net.Mail.MailMessage("myemail@mydomain.com", "testemail@mydomain.com", "subject", "message body");
0
10575
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10330
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10076
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7616
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3816
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.