Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can create a mail sending application that can send email on sceduled time.
That is after I composed my mail, the time to send will set. eg: the mail need send on 2:00am.
At that time my system will be power off.
Where can I deploy such an application?
Posted
Comments
Richard MacCutchan 16-Jan-13 8:16am    
Deploy it onto a machine that will not be switched off.

1 solution

Windows Service should do what you seek.

Sample: Simple Windows Service which sends auto Email alerts[^]
Details about Windows Service: MSDN: Introduction to Windows Service Applications[^]

Thanks to Richard for reminding the second part of question:
One needs a server for such things that goes on and are off only during planned maintenance. You cannot send an email at some time from a system when it is off.
 
Share this answer
 
v2
Comments
Richard MacCutchan 16-Jan-13 9:02am    
I don't think that will help if the system is powered off.
Sandeep Mewara 16-Jan-13 9:11am    
True. One needs a server for such things that goes on and are off only during planned maintenance.
Richard MacCutchan 16-Jan-13 9:55am    
It's a rather ridiculous question IMHO.
Sandeep Mewara 16-Jan-13 10:02am    
True.
"I want to send an email at the time when my system is switched off'.

:doh:

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