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

Asside: You might find Mail::Sender worth looking at as as it looks like this does exactly what you are trying to do.

I have had good success using this to send HTML email with embedded images.

Hope it helps
UnderMine

  • 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 kleinbiker7 (Sexton) on Nov 26, 2002 at 17:53 UTC
    Sorry, but I do not have the permissions to install any new libraries on our system, so it's either smtp or bust. Thanks! Robert