Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Can anybody tell me how to send a SMS via web

What i want to do is in my web application users have to register first, then his/her password sent to them via a sms by generate it randomly. is it possible to do that if so can u tell me the way
Posted

Yes, it is possible.

Have a look at this article, doing something similar:
Sending SMS using .NET through a Web service[^]
 
Share this answer
 
You've got to have a subscription to an SMS gateway to do that. If you don't want to pay money for a subscription your next alternative is to use the [free] E-mail to SMS gateway that many carriers provide. If you do this you will have to ask your users who their carrier is so you know the e-mail address to their phone. I have the patterns for the USA carriers. If you are supporting carriers outside of the USA you will need to find their patterns.

I've got the USA patterns listed here: http://j2i.net/BlogEngine/post/2009/07/06/USA-SMS-e-mail-patterns.aspx
 
Share this answer
 
Comments
Strider1987 15-Sep-10 5:26am    
Thanks a lot i'll try to find those patterns

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900