2016-07-21

Looking a creating some reports that go out to a list of individuals. Inevitably once that happens more people are going to want to be added etc. The plan is to create a simple web interface for people to 'sign up' for the mailing list. My question is whats the benefit of using something like GNU mailman vs throwing the names/emails in a SQL table and using that as my list of folks to send things to?

Show more