JGNI has asked for the wisdom of the Perl Monks concerning the following question:

I, a humble supplicant, request the wisdom of the monastery.

Which of the myriad of email modules should I be using in my code?

I ask this because the documentation for each that I find on CPAN states that I should be using some other module!

Replies are listed 'Best First'.
Re: Which email module should I use
by Corion (Patriarch) on Dec 23, 2015 at 11:06 UTC

    I recommend MIME::Lite. It works fairly well on Windows and it can handle attachments. I don't need much more and the message in its documentation at the top stating that you should use something else is greatly exaggerated in my opinion.

      I normally use MIME::Lite, but was wondering if there was a better module without a don't use message out there

      Need localization then try Locale::CLDR on CPAN

Re: Which email module should I use
by Athanasius (Archbishop) on Dec 23, 2015 at 12:44 UTC

      Thanks for the links

      Need localization then try Locale::CLDR on CPAN