How do we send SMS text message from vb.net

  • Thread starter Thread starter Rob Miller
  • Start date Start date
R

Rob Miller

Please advise me how to send SMS text message from VB.NET.
We are using Visual Studio 2005.

Thanks, Rob
 
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/textmessage.bml?mode=details
· http://www.notepage.net/smtp.htm
· http://simpleforce.net/fastsms/cellpro.html
· http://www.mymobileguardian.com/MG_Conventions.htm

A free .NET based SMS library is available at
http://www.scampers.org/steve/sms/libraries.htm. Maybe this one will help
you.

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
S2i web inc. (www.s2i.com)
http://emoreau.s2i.com/
 
Back
Top