in reply to How can I send an attachment using Email::Sender?

It seems Email::Sender is only responsible for wrapping a message in an envelope (i.e. prefixing it with a set of headers) and for handing it over to a transporter. You need to compose the message including attachments in some other module.

Update:

Email::MIME looks promising ...

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re: How can I send an attachment using Email::Sender?