views:

128

answers:

4

i have a project on newsletter management system. in asp.net.. i am student and i want to provide such a facility in my project for who is become a member of my website and join a group in that so .. whenever admin put a news or any tips and trick.. it will be sent on that group member .. via sms..

so.. can any one tell me how can i setup sms feature website?

i am allready know about email feature.. but i want to add sms feature in it..

help is required .. do know anything about sms sending feature in .net enter code here

A: 

Most cell phone carriers have a email to SMS feature.

If someone has an AT&T account and a number of 202-555-1212, you can send an email to [email protected] and AT&T will convert it to an SMS message and send it to a their telephone.

So when a new user creates a profile, you will have to capture their phone number and their carrier as well.

Alternatively, if you do want purely SMS messages, there are several services like the one shown below that will send out SMS messages for you.

http://www.hummingbytes.com/SolutionPages/Solutions%5FSMS.aspx

Raj More
i want to developed it.. so tell me how can i develop website.. it is not a mobile website..
Sikender
+2  A: 

Use Skype API. It's pretty slick.

Braveyard
+2  A: 

Zeep Mobile is free:

http://www.zeepmobile.com/

Crowe T. Robot