I have developed a Website in ASP.NET 2.0 I want to send an SMS to every person who registers to my site. I want to do it in C# code, is there any service[webservice] which I can use and send free SMS to any mobile.
Thanks in advance
I have developed a Website in ASP.NET 2.0 I want to send an SMS to every person who registers to my site. I want to do it in C# code, is there any service[webservice] which I can use and send free SMS to any mobile.
Thanks in advance
You should just allow them to enter one more more email address. If people want an SMS they can enter the email address from their providers gateway. This would allow allow them to receive a message on a mobile/PDA style device without dealing with SMS.
Although I am not endorsing your methods nor this service, I did stumble upon a writeup of Zeep Mobile by ReadWriteWeb. If you are comfortable with them inserting ads into the SMS, this may be for you.