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
|
---|