On Sat, Aug 31, 2024 at 08:22:40AM -0500, Tom Browder wrote:
> I have a class website that I would like to programmatically send
> noreply@mydomain messages to my list of classmate emails when I
> periodically update the site. (I used to do that circa 2010 via Gmail’s API
> but that changed and I had to stop.)
> 
> With modern email handling restrictions I’m not sure that’s easily done now
> without lots of hoop jumping. Anyone have a pointer to a recipe for
> doing that?

I'm one of the stubborn hold-outs still running their own email servers
(down with the outlook/gmail duopoly!).  Running a mail server definitely
doesn't fall under the category of "simple" though.  You have to deal
with SPF, DKIM, DMARC, etc.   Nevertheless, I have several email lists
running on:

   * Debian Bookworm
   * Exim
   * Procmail
   * SmartList[1]

SmartList lists are just text files[2] so it's easy to programmatically
add/remove emails.

[1] https://www.animalgenome.org/SmartList/FAQ.html
[2] https://www.animalgenome.org/SmartList/Manual.html#5

Reply via email to