I have a website and would like to send out emails regularly one or twice a week.
One method I know of sending a email say every thursday at 5:30pm would be to have a windows service start up at the correct time and open a webpage of my website. This page would be a hidden page which then would make all the emails and send them out!
This is a bit of a dirty way to do things but it does mean I simply just have to create a new page in my website and not do alot more...
Is their a better way to do this? I could make a stand alone application/cmd line program which connects to the database and does the same but this would require more work with setting up the connection to the database and more..
Whats everyones opinions on possible methods to do this task?