http://www.perlmonks.org?node_id=1086017


in reply to Re: Sending email with attachments using Email::Mime
in thread Sending email with attachments using Email::Mime

Hi,

may I add Email::Stuffer.

Is a wrapper around Email::MIME from the same author and for common cases very easy.

Regards
McA

(Recommendation based on own usage ;-) )

Replies are listed 'Best First'.
Re^3: Sending email with attachments using Email::Mime
by gezb (Novice) on May 14, 2014 at 13:28 UTC

    Thanks McA. I did read the message on cpan within Email::Mime to use Email::Stuffer. The problem was I could not install Stuffer. I have now managed to install Stuffer now and got it working. So much easier.