What is the best Perl module for sending email?
Posted
by Marcus
on Stack Overflow
See other posts from Stack Overflow
or by Marcus
Published on 2008-12-03T22:00:11Z
Indexed on
2010/05/09
21:48 UTC
Read the original article
Hit count: 253
For years I've been piping out to sendmail in my Perl programs to send email, but I have the strong sense I ought to use a module. It would make me feel less dirty.
Care to recommend me one module over the others, with reasons why? Thanks in advance!
© Stack Overflow or respective owner