Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I'm looking for a reliable sms client for ASP.net application. I want to even track the SMS send from the application for its delivery. Let me know any reliable component available which can be used to send SMS from the application.

Thanks in advance.
Posted
Comments
[no name] 11-Jul-15 6:39am    
www.google.com is the place to go to search for things. Or, www.bing.com if you prefer.
Divyam Sharma 11-Jul-15 6:45am    
do google..
sagar wasule 11-Jul-15 6:58am    
I want specific reliable international sms provider... on google there are definitely many present but I would like to know if someone as some good feedback of a provider...

1 solution

You can do SMS from ASP.NET applications for various purposes such as key for login confirmation, any event within the application when triggered etc.
In integrate SMS in your application you need an SMS service to be integrated within your application so that it can send SMS message. There is a free SMS service provider which is Twilio where you can register and get an account number with them.
Please see this article where SMS integration has been done for confirmation code for user login: http://www.asp.net/web-forms/overview/security/create-an-aspnet-web-forms-app-with-sms-two-factor-authentication[^]

Also you can check:http://www.aspsnippets.com/Articles/How-to-send-free-SMS-from-ASPNet-application-to-Mobile.aspx[^]


Sending Sms Using Asp.net[^]

Hope this will help.
 
Share this answer
 
v2
Comments
sagar wasule 16-Jul-15 8:37am    
Thanks Mostafa, I will check this out ..

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