Click here to Skip to main content
15,888,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Can anyone help me with a step by step tutorial on how to send sms notification from my website using 3rd Party software?

After reading many articles on the internet, it does not help me a lot.

Many article using c# languange, but I'm using VB.
Posted
Updated 18-Apr-11 21:21pm
v2
Comments
Dalek Dave 19-Apr-11 3:21am    
Edited for Grammar, Syntax and Readability.

You've to use a SMS Gateway provider, in your case probabaly an provider with a API. You can also check this application: http://www.ozekisms.com/c-sharp-sms-api/index_p_php_q_ow_page_number_e_315opt.html
 
Share this answer
 
v2
Comments
Dalek Dave 19-Apr-11 3:21am    
Good Link
Jeffrey Enzo 19-Apr-11 3:25am    
Thanks Dalek
Hi.

Many SMS providers give API for sending SMS via soap (soap.net)
Make reference in your project to web service.

But some SMS providers use kannel-SMS system. It doesn't have web service api. But have simple rest API. You can call it via standard http request.

PS: also you can send SMS via SMPP protocol :-)
 
Share this answer
 
v2
Comments
Dalek Dave 19-Apr-11 3:21am    
God Call.
Code Project Archive[^] usually helps.

I hope it does this time.


Vote up if helpful!
 
Share this answer
 

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