3
Answers

C# coding for sending sms

Hi,
I am looking for a c#, vs2005 code for my windows application which can send SMS message through a free service. Code will be used in applications on www.motiont.com. It has to work without any third party dlls, and must use some free service.

  And the application is a simple c# windows application which will take phone number and a message and send a sms message through it.

this is very urgent...!!!!
can anyone help me to do this.........?I just need the code....

Thanks....

Answers (3)
0
Ryan Alford

Ryan Alford

NA 2.3k 891.7k 16y
since most mobile phone providers use SMS that can be sent to a specific email address, you can use System.Web.Mail, and use Google's SMTP server as your SMTP server.  all free and ready to use and no need to use SQL Server.

for example, to send a SMS message to a Verizon phone, the email address is [10-digit number]@vtext.com

however, you will need a GMail account and the SMS message will come from that account, so that's probably not what you want.
0
Charith Liyanagamage

Charith Liyanagamage

NA 170 0 16y

Thanks......

 

0
Niradhip Chakraborty

Niradhip Chakraborty

NA 6.5k 527k 16y

You can refer the following article.

1.http://www.codeproject.com/KB/database/SMS_message_from_SQL.aspx?display=Print