[Catalyst] sending email with attachment
Ash Berlin
ash_cpan at firemirror.com
Mon Dec 17 15:48:05 GMT 2007
On 17 Dec 2007, at 15:25, Michael Higgins wrote:
> How are others out there doing this? My application serves a .pdf file
> directly, but I'd like to send as an email attachment to the account
> as
> well.
>
> Looking at
> Catalyst/View/Email/Template.pm
> in the 'TO DO' section, "There needs to be a method to support
> attachments"...
>
> So, are there any recommendations for how to proceed? Generally I'd
> use
> MIME::Lite for this outside of Catalyst, but I'd like to stay in the
> Plugin:: space, and word is MIME::Lite isn't the best way currently.
>
> Cheers,
I just use MIME::Lite in my cat app.
And I've never understood the desire to use plugins for everything
under the sun... but thats just me.
More information about the Catalyst
mailing list