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


in reply to Email::Mime send multiple attachments

Simple: Sending email with attachments from Perl – the easy way :)

Jason L. Froebe

Blog, Tech Blog

  • Comment on Re: Email::Mime send multiple attachments

Replies are listed 'Best First'.
Re^2: Email::Mime send multiple attachments
by almut (Canon) on Mar 15, 2010 at 17:24 UTC

    As far as I've understood from a previous post, the OP's special constraint is that the mail must be sent using Email::Send::Gmail, as the module appears to be the only one that out-of-the-box gets the authentication right, i.e. that the mail won't end up in the recipient's spam folder when the mail is being sent from one gmail account to another.

Re^2: Email::Mime send multiple attachments
by Anonymous Monk on Mar 15, 2010 at 17:26 UTC
    You have nothing on Email::Simple other than your module isn't available and/or on CPAN.

      The dbS::Email module is just an example on how you might write a module to send attachments.

      Jason L. Froebe

      Blog, Tech Blog