We have a quarterly newsletter, and a list of subscriptions in a csv file(this can change if necessary).
The previous method was to use a python script that generates the newsletter from a content source and sends the mail to the recipients one by one using smtplib.
Now we changed the way we write newsletters and we need some daemon to send and e-mail and will forward the email one by one for each recipient. What is the easiest way of doing this? Our manager uses MS Exchange to prepare the letter and we have a Linux server that we can configure however we want.
I heard EXIM can be configured in such a way.