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

How can I send a scheduled sms?
Presently I am sending manually but I want to send sms at a scheduled time.
Posted
Updated 29-Oct-10 0:04am
v2
Comments
Rajesh Anuhya 29-Oct-10 6:03am    
what you tried???.., any effort???
Dalek Dave 29-Oct-10 6:04am    
Edited for Grammar.
Sunasara Imdadhusen 29-Oct-10 6:04am    
You can do using windows service.
Sunasara Imdadhusen 29-Oct-10 6:05am    
No buddy are developed for you, you should do yourself and ask for help wherever you stuck.
shakil0304003 30-Oct-10 7:25am    
What you tried?

Great,
If you are sending it manually then it is real real simple. Create a windows application. Use the scheduled task feature of windows, schedule your application to run at whatever time you want using scheduled tasks, and you are done.

Enjoy.

Anurag
 
Share this answer
 
you can see this link, i think it will complete your requirement.

Click


Please vote and Accept Answer if it Helped.
 
Share this answer
 
Here[^] and here[^] and here[^] should help.

All is clear if you check out the Code Project Archives.
 
Share this answer
 
Comments
Rajesh Anuhya 29-Oct-10 7:18am    
2nd ., 3rd links are not working for mee :-(
You have to stored the all SMS information in the database.., for schedule sending..

write a windows service that polls your data base periodically., compare the SMS datetime to system datetime ,,call the SMS send Module/Method if the there is any matched....
 
Share this answer
 
you need to contact a provider - you'l get an API, usually a web service reference, where you can create an object of their webservice and use methods much like an email, like sms.text = "hi there how are you"; sms.send();

etc..
 
Share this answer
 
Comments
Rajesh Anuhya 29-Oct-10 6:06am    
hey..,, he already sending the SMS manually.., he wants to do it Scheduled based...
[no name] 29-Oct-10 6:53am    
timer control

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