Does anyone know of a solution (preferably open source, so that I can customize it according to my needs) to automatically send emails at scheduled intervals ?
If not, can anyone recommend .NET technology that I could use to achieve this? I thought about using the Windows Service for this application, but the problem is that I have no experience developing Windows Services. I would like to create a solution for deploying WCF or ASP.NET, but I'm not sure if the architecture of WCF or ASP.NET will allow me to do this without any ugly hacks.
Thank.
source
share