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

1) i would like to know if there is a way to put a script in my web application that will send a daily mail at 9:00 am without the need of the user to open the program, or click a button or anything.

2)how to send automatic emails to users , like job alerts mail will be send .
I am developing one job portal website in this i was developed one news letter field for job alerts for subscriber searches.
So, I need to send automatic emails(like, job alerts) daily to the subscribed users without clicking anything.
Posted
Comments
[no name] 3-Jul-14 13:30pm    
Yes you can. You need a service or a scheduled task, NOT anything to do with a website.

The best suitable way is to send by a web service

here are two references with a good walkthrough to the coding

http://www.dotnetfunda.com/articles/show/1800/send-mail-using-webservice[^]

Email Sending Web Service[^]
 
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