[Catalyst] What's the recommended EMAIL portion of the Catalyst framework, these days?

2010-06-23 Thread w...@serensoft.com
Googling around the 'net we find all kinds of different advice about which packages to use for Emailing from Catalyst, each with a different timestamp and lots of recommendations about how other modules are deprecated... Catalyst::Plugin::Email? Catalyst::View::Email? MIME::Lite?

Re: [Catalyst] What's the recommended EMAIL portion of the Catalyst framework, these days?

2010-06-23 Thread Bogdan Lucaciu
We've used Catalyst::View::Email since forever and I recommend it. I would ignore Catalyst::Plugin::Email. C::V::Email usesĀ Email::Sender::Simple under the hood for everything, so you should be a bit familiar with its API. It previously used Email::Send (which is now deprecated in favor to