Sending SMS / MMS via C# Application

  • Thread starter Thread starter Martin Peter Hanke
  • Start date Start date
M

Martin Peter Hanke

Hi,

I'm looking for a way to send SMS/MMS from my C# app. Has anybody any
hints for me where to start? I was digging through the net but the
information I found was kinda "foggy" to me...

Regards,

Martin
 
Peter,
In order to send an SMS message you need some sort of a Gateway to recieve
it and send it out to the correct carrier's network. There are webservice
gateways,
GPRS Modem , and others.

However for simple SMS messages you can use the free teleflip.com service
by just sending a regular email to
<wirelessareacodeandphonenumber>@teleflip.com

visit their site for more info.
Peter
 
Back
Top