Re: Where is the attached file opened with Email::MIME?

[email protected] (Eric Wong) Sun, 16 Nov 2014 07:29:52 +0000
Newsgroups perl.pep
Message-ID <[email protected]>
Octavian Rasnita <[email protected]> wrote:
>        Email::MIME->create(
>            body => $pdf,
>            attributes => {
>                content_type => "application/pdf",
>                name => "bogus-report.pdf",
>                filename => "bogus-report.pdf",
>                encoding     => "quoted-printable",

Can you try "base64" instead of "quoted-printable" for the
attachment?  For largely non-ASCII data (such as PDF),
base64 will be smaller.