Sending Email with Perl
Recently I needed to send our team an email. Yeah okay, so I email a lot, but this was different. I needed to send my team an email from a server that was not anywhere near a mail server, and that was pretty paired down. I did a bunch of Googling for answers and came up with quite a few that didn’t work.
I hate it when that happens. So as a form of perl tutorial, I am posting my working script here as an example of sending email from a limited server using perl and the MIME::Lite library.
Wednesday, May 26th, 2010
