in reply to How can I mail email with attachments using MIME::Lite and SMTP?

You need to start with Type => 'Multipart/mixed', then add two attachments, one inline for the message body and one for the zip file.
  • Comment on Re: How can I mail email with attachments using MIME::Lite and SMTP?

Replies are listed 'Best First'.
Re: Re: How can I mail email with attachments using MIME::Lite and SMTP?
by impossiblerobot (Deacon) on Nov 26, 2002 at 21:08 UTC

    Mime::Lite will actually "magically" rewrite the header to "multipart/mixed" if you add additional attachments to a single-part message. Nevertheless, it might be worth trying, just for troubleshooting.


    Impossible Robot