473,698 Members | 2,668 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sending SMS in .NET

We appreciate if you let us know how to send SMS using .NET.
--
Mike
Mar 13 '06 #1
8 8958
Hi,

Just send a regular email to the correct address:

T-Mobile: ph*********@tmo mail.net
Virgin Mobile: ph*********@vmo bl.com
Cingular: ph*********@cin gularme.com
Sprint: ph*********@mes saging.sprintpc s.com
Verizon: ph*********@vte xt.com
Nextel: ph*********@mes saging.nextel.c om

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Mike9900" <Mi******@discu ssions.microsof t.com> wrote in message
news:85******** *************** ***********@mic rosoft.com...
We appreciate if you let us know how to send SMS using .NET.
--
Mike

Mar 13 '06 #2
Teleflip.com is a free service that does all the service provider
translations for you;
all you need is the recipient's cell phone number and an email to

<phonenumber>@t eleflip.com

See here:

http://www.teleflip.com/teleflip/index.jsp

To send SMS Programmaticall y, you need a gateway, and that costs $$.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Mike9900" wrote:
We appreciate if you let us know how to send SMS using .NET.
--
Mike

Mar 13 '06 #3
There are no native libraries for doing SMS, and each SMSC (the place you
send an SMS too) has rules about which country it can legally send to, and
the different costs.

Basically, a SMS from code is typically an http request, or an email to the
SMSC gateways web interface, unless you have a mobile phone attached to your
PC, or a SMS device and software like http://www.nowsms.com/ to pipe
messages onto the GSM network.

Regards

John Timney
Microsoft MVP

"Mike9900" <Mi******@discu ssions.microsof t.com> wrote in message
news:85******** *************** ***********@mic rosoft.com...
We appreciate if you let us know how to send SMS using .NET.
--
Mike

Mar 13 '06 #4
Can you please write the necassary code for sending
SMS to teleflip
Thanks...
Mar 14 '06 #5
We are located in another country, but I think we can use GPRS to send SMS.
But we want to know how to send texts to GPRS gateway and then it send as SMS.
--
Mike
"John Timney ( MVP )" wrote:
There are no native libraries for doing SMS, and each SMSC (the place you
send an SMS too) has rules about which country it can legally send to, and
the different costs.

Basically, a SMS from code is typically an http request, or an email to the
SMSC gateways web interface, unless you have a mobile phone attached to your
PC, or a SMS device and software like http://www.nowsms.com/ to pipe
messages onto the GSM network.

Regards

John Timney
Microsoft MVP

"Mike9900" <Mi******@discu ssions.microsof t.com> wrote in message
news:85******** *************** ***********@mic rosoft.com...
We appreciate if you let us know how to send SMS using .NET.
--
Mike


Mar 14 '06 #6
Gateways are either a mobile phone attached to your PC via cable or serial
port (like a Nokia 30
http://www.mobiledatadirect.co.uk/pr...roducts_id/602) (or PCI
GSM card) or a remote provider like a local telco with a gateway accessible
over HTTP.

Find an SMS provider in your country with an http interface and setup and
account with them, then work out what your HTTP request needs to be to send
messages through them. Let them worry about the gateway, yuo only need to
worry about the interface to it - and the cost of course.

--
Regards

John Timney
Microsoft MVP

"Mike9900" <Mi******@discu ssions.microsof t.com> wrote in message
news:18******** *************** ***********@mic rosoft.com...
We are located in another country, but I think we can use GPRS to send
SMS.
But we want to know how to send texts to GPRS gateway and then it send as
SMS.
--
Mike
"John Timney ( MVP )" wrote:
There are no native libraries for doing SMS, and each SMSC (the place you
send an SMS too) has rules about which country it can legally send to,
and
the different costs.

Basically, a SMS from code is typically an http request, or an email to
the
SMSC gateways web interface, unless you have a mobile phone attached to
your
PC, or a SMS device and software like http://www.nowsms.com/ to pipe
messages onto the GSM network.

Regards

John Timney
Microsoft MVP

"Mike9900" <Mi******@discu ssions.microsof t.com> wrote in message
news:85******** *************** ***********@mic rosoft.com...
> We appreciate if you let us know how to send SMS using .NET.
> --
> Mike


Mar 14 '06 #7
wow

"ASPboy" <g@gmail.com> wrote in message
news:Ut******** ************@gi ganews.com...
Can you please write the necassary code for sending
SMS to teleflip
Thanks...

Mar 14 '06 #8
go on Peter - you can do it............. ......ROFL

--
Regards

John Timney
Microsoft MVP

"ASPboy" <g@gmail.com> wrote in message
news:Ut******** ************@gi ganews.com...
Can you please write the necassary code for sending
SMS to teleflip
Thanks...

Mar 15 '06 #9

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

Similar topics

1
14525
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 headers). I can see this because I'm running Ethereal and watching the packets. I'm defining the packets as shown below: $text_msg = "Hello, world\r\n"; $binary_msg = chr(0x01).chr(0x02).chr(0x03).chr(0x00).chr(0xA0); $binary_msg_size = 5;
0
522
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 import mimetypes import os,string
10
4975
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 working with we put these mailshots in the bcc field of the mails. This can sometimes cause a problem as we are getting alot of mails bounced back. I would like to write a script to have these emails sent out individually using the to: field of the...
3
4630
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 and then fires a datareceived event. Within the waitingloop there is a timeout function, but I want the the 'last-time-socket-used' variable set when the socket is finished sending. When I send by System.Net.Sockets.Socket.Send(buffer()) (<--this...
4
8198
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 TcpClient, NetworkStream and StreamWriter classes. but with low level socket it doesn't work (When using the Socket class Send method).
7
3517
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 administrator told me to write the emails to the “pickup directory” instead. I know that JMail can do this in ASP, but how do you do this in asp.net? -- --------------------
3
3613
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 smtpMail.Send("from@here.com", to@there.com, "Message subject", "Message Body") I'm sending it to my own email address on a different server using a dummy
0
1856
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 one,then whethere we can show the progress of each file sending to server in progress bar. so that the FTP clients can see the progress of file sending to the server. any idea how we can do this to show the progress of each file sending. if we...
9
3457
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 oSMTP.Send(oMailMessage) (in this line I am getting the above err)
4
2397
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 working fine. However I was wondering if there is a way to confirm that the email was sent. The send method does not return anything....
0
8603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9157
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
9023
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
8893
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
8861
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...
1
6518
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
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4366
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
3045
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

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.