Click here to Skip to main content
15,917,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Can any one tell me how to send pre-schedule sms from web application?
Its a new concept for me so please help me.
Posted
Comments
Anele Ngqandu 5-Sep-12 6:09am    
so do you want to selct the time e.g "12:39" from your control. Then if time matches your selected time the sms will be sent?

you should create window service for this, code your logic and use sms API, and install at server or pc which is 24x7 working
Happy coding!
:)
 
Share this answer
 
Hi,

You can refer this link to send message through code.
How to Send SMS Messages from C# using an SQL Database[^]


You can use the timer to trigger and send message at the required time.

Hope this helps.
 
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