473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Sending SMS through C#

Hello

I want to send SMS through my C# application.
Can any one help me out?
Thanks,

Nov 16 '05 #1
6 41484
Hello

Check http://www.nowsms.com or http://www.kannel.org
These are 2 SMS gateways the first one is commercial and runs under windows
the second is free and open source and runs under linux. You can communicate
with both using HTTP from your c# application. I use kannel (that runs on
linux) with my C# application (that runs on windows) and it is working fine
sending a large number of messages everyday.

Best regards,
Sherif

"deepak" <de*********@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
Hello

I want to send SMS through my C# application.
Can any one help me out?
Thanks,

Nov 16 '05 #2
http://www.intellisoftware.co.uk/sms...t%2Dcomponent/

one i use, they've done the http stuff for you.

hth

sam

"Sherif ElMetainy" <el*************@wayout.net.NOSPAM> wrote in message
news:el**************@TK2MSFTNGP10.phx.gbl...
Hello

Check http://www.nowsms.com or http://www.kannel.org
These are 2 SMS gateways the first one is commercial and runs under
windows
the second is free and open source and runs under linux. You can
communicate
with both using HTTP from your c# application. I use kannel (that runs on
linux) with my C# application (that runs on windows) and it is working
fine
sending a large number of messages everyday.

Best regards,
Sherif

"deepak" <de*********@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
Hello

I want to send SMS through my C# application.
Can any one help me out?
Thanks,


Nov 16 '05 #3

The cheapest way is to contact a mobile phone company and subscribe to E.g.
a SMS webservice. Some of them are (nearly) free if you accept a small
advertisement in the end of the message.

Regards,
Lars-Inge Tønnessen
Nov 16 '05 #4
You can send a regular e-mail to send a SMS. The trick is to find the
gateway related to the provider of the cell phone you are trying to reach.
These can help:
· http://www.livejournal.com/tools/tex...l?mode=details
· http://www.notepage.net/smtp.htm
· http://simpleforce.net/fastsms/cellpro.html
· http://www.mymobileguardian.com/MG_Conventions.htm

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Sherif ElMetainy" <el*************@wayout.net.NOSPAM> wrote in message
news:el**************@TK2MSFTNGP10.phx.gbl...
Hello

Check http://www.nowsms.com or http://www.kannel.org
These are 2 SMS gateways the first one is commercial and runs under
windows
the second is free and open source and runs under linux. You can
communicate
with both using HTTP from your c# application. I use kannel (that runs on
linux) with my C# application (that runs on windows) and it is working
fine
sending a large number of messages everyday.

Best regards,
Sherif

"deepak" <de*********@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
Hello

I want to send SMS through my C# application.
Can any one help me out?
Thanks,


Nov 16 '05 #5


ghhffd

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #6
If your SMS provider support service such as Mail2SMS you can use
System.Mail to send SMS message with C#, else you'll have to use third party
products to suport such functionality

Tamir Khason
Want dotNET? Just ask:
"Please, www.dotnet.us !"
"Pralyankar Singh" <pr********@yahoo.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...


ghhffd

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 16 '05 #7

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

Similar topics

1
by: coder_1024 | last post by:
I'm trying to send a packet of binary data to a UDP server. If I send a text string, it works fine. If I attempt to send binary data, it sends a UDP packet with 0 bytes of data (just the...
0
by: praba kar | last post by:
Dear All, I have doubt regarding mail sending smtplib module. The below code is I used to send a mail. ########################################## import email.Message import email.Utils...
10
by: Stuart Mueller | last post by:
I have an exchange server, that I sometimes use to perform mail shots to clients on our database, these can be upwards of 1000 at a time. As we don't want different clients to see who we are...
3
by: Robert A. van Ginkel | last post by:
Hello Fellow Developer, I use the System.Net.Sockets to send/receive data (no tcpclient/tcplistener), I made a receivethread in my wrapper, the receivethread loops/sleeps while waiting for data...
4
by: yaron | last post by:
Hi, I have a problem when sending data over TCP socket from c# client to java server. the connection established ok, but i can't send data from c# client to java server. it's work ok with...
7
by: Lau | last post by:
I need to send 1000 emails from an asp.net website. Normally I would use System.Web.Mail.MailMessage() to send thru an SMTP server. But the large amount of emails results in a timeout. My server...
3
by: Ant | last post by:
Hi, I'm using the MailMessage & smtpMail classes in System.Web.Mail to send mail, however it's not sending any emails. I'm using it on a Windows 2003 server. The simplest way to use this is...
0
by: remya1000 | last post by:
by using FTP i can send files to server using vb.net. if the file is big, then it will take some time to complete the sending process to server.or if we were sending 3-4 files to the server one by...
9
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
4
by: =?Utf-8?B?R3V5IENvaGVu?= | last post by:
Hi all I use: Dim message As New MailMessage(txtTo.Text, txtFrom.Text, txtSubject.Text, txtBody.Text) Dim emailClient As New SmtpClient(txtSMTPServer.Text) emailClient.Send(message) And its...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...

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.