Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET scheduled mass email open source solution

Does anyone know of a solution (preferably open source, so that i can customize it to fit my needs), for automatic sending of emails at scheduled intervals?

If not, can anyone recommend a .NET technology that i could use to achieve this? I was thinking of using a Windows Service for this application, but the problem is that i have no experience developing Windows Services. I would like to build a WCF or ASP.NET deployable solution, but i'm not sure if the architecture of WCF or ASP.NET would allow me to do this without some ugly hacks.

Thank you.

like image 498
scripni Avatar asked Dec 18 '25 05:12

scripni


1 Answers

MailSystem.NET contains everything you need including a template based mail merging system and a mail queuing service that supports scheduling.

It is free and open source.