Im about to develop a site which will need 2 types of email function:
the first will be simple enough, just a realtime email using system.net.mail when certain conditions are met in the underlying DB.
the second is to send out an email at the end of each day covering everything that happened during the day.
WOuld that have to be set up as a scheduled task?
thanks
The first type can be done from withing asp.net but for the second type, I’d create a console based app and create a scheduled task to run it at the end of the day every day.