Link to home
Start Free TrialLog in
Avatar of agreenbhm
agreenbhm

asked on

How do I send an SMS text message using broadband internet in VB6.

Hey everyone!

I have designed a winsock messenging program using VB6.  I am looking for a way to send an SMS text message, using VB6, through broadband internet.  I would like to have my program contact me via text message when I recieve a message, when my away message is up.

Thanks,

AGreen BHM

P.S:  If anyone would like to help me test and continue design on my program, I would love the help and support.  I am looking to turn this into a very useful messenging service.  Right now it is on a 1 server, 1 client level, but if anyone would like to help me code a server that would allow for clients to message other clients, I would be very grateful.

BTW, the messenger looks like an IPOD!!!! (for those of you that care, or would like to help, just so you can send messages through an iPod.
Avatar of KerryG
KerryG

SMS is simply done by sending a text message to a specific email address via SMTP. For example, sprintpcs phone use phonenumber@messaging.sprintpcs.com as their SMS address. All you need to do is know the email address and then find the SMTP components you want to use.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of agreenbhm

ASKER

Ok.  i am now having the problem of sending email through vb.  I have Outlook Express 6 on my machine.  Could someone please let me know how to send a message through OE 6, or directly through VB (although I assume that this would be much more difficult.)  I don't really feel like using a Winsock, b/c i'm already using one in my program.  Thanks,  AGreen BHM
to send e-mails, you can use the free http://www.freevbcode.com/ShowCode.asp?ID=109 component