how to send sms messages to mobiles phone through application

Y

yoshitha

Hi
i've to send SMS message to a mobile phone from Pc (using asp.net
application)

i dont know which namespaces to include and what requirements i need in
order to full fill this requirement

.. Send messages of up to 160 text characters to any South African
cellular subscriber and many international subscribers as well.

can anybody tell me how can i send messages to mobiles phone through asp.net
with c#.net application.


Thanks
Jyothi
 
J

John J. Hughes II

It depends greatly on the cellular provider. In the past I have used e-mail
to send to the provider in "<phone number>@provider.com" which means you can
use the SMTP client in .net. I have also done if via webpage if they
provide one so http://provider.com?<phone number>&<msg>. And if you happen
to have a FWT hooked to the PC you could do it via the serial port but this
would be a little more involved from a asp.net application. Then of couse
you could link into MSN's IM and have them send it but that can be problem
matic. I think there are also a couple websites out there if you have an
account that will allow you to send via them but I have not researched it.

Regards,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top