in reply to Re: Which email module should I use
in thread Which email module should I use

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

Replies are listed 'Best First'.
Re^3: Which email module should I use
by afoken (Chancellor) on Dec 23, 2015 at 12:05 UTC

      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