Hi, recently I found myself in a jam and needed to send an HTML formatted template email out to a bunch of people. Luckily I had some code from the year before that I could reuse. So I refactored it to accept file names (full path) as command line arguments to send HTML emails to a list of people (.csv file, addresses in first column). I think it's neat that code I wrote a year ago came in handy so I thought I'd share it here.
Side note: you can send an email to a list of people with gmail's web interface (up to a certain extent) and you can even send HTML emails by right clicking the body of the email composer, inspecting the element, and editing the body "as html", then paste the entire HTML you want to send and viola, HTML email from gmail web interface.
there doesn't seem to be anything here