Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Developer!

I would like to send a sms in asp.net using C# Code. I got success sending e-mail using .NET now i want to send an SMS using .Net i have searched a lot but couldn't found anything.
plz help me
how can do this?
Posted

For that you will have to register with SMS gateway and using their API you can send an SMS to the given mobile number.

I would suggest to use MVayoo[^] SMS gateway for the same.

When you register, you will get around 15 or 20 messages for the testing purpose. And if you are satisfied with this and want to use this service then you will have to pay for this.

Regards,
CodeBlack
 
Share this answer
 
You should start from here How to send sms in asp.net[^]
 
Share this answer
 
Comments
CodeBlack 12-Sep-13 2:16am    
;)
Dholakiya Ankit 12-Sep-13 3:20am    
hmmm gud 1

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