Click here to Skip to main content
15,905,781 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a project of job portal i want that user register on that portal get automatic email on a particular time interval how it possible i have no idea regarding this please help.
is there any scheduler work on it if yes then how ?
Posted
Comments
Harshil_Raval 28-Nov-13 1:40am    
You can go for windows service. see these link https://www.google.co.in/#q=c%23+windows+service+asp.net

 
Share this answer
 
Comments
[no name] 29-Nov-13 2:59am    
thanks a lot
Use can make a windows service and install it on your PC. Use this link:-Simple Windows Service which sends auto Email alerts[^]
 
Share this answer
 
Comments
[no name] 29-Nov-13 2:59am    
thanks a lot
Use Windows Task Scheduler[^].
A New Task Scheduler Class Library for .NET[^]
http://www.beansoftware.com/ASP.NET-Tutorials/Task-Scheduler-Windows-Service.aspx[^]

and you may use Quartz and cron job also.

As Rohan suggested, you can achieve this by schedule job in sql server
 
Share this answer
 
Comments
[no name] 29-Nov-13 2:59am    
thanks a lot
Tom Marvolo Riddle 29-Nov-13 7:32am    
Welcome

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