in reply to Which email module should I use

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.

Replies are listed 'Best First'.
Re^2: Which email module should I use
by JGNI (Novice) on Dec 23, 2015 at 11:21 UTC

    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

        Better is currently defined as 'does not have a big warning from it's author that you really should be using something else'. The rest is implementation details. Failing that, as pointed out above, which modules do people use ignoring the warnings.

        Need localization then try Locale::CLDR on CPAN