in reply to Re: Re: Opinions solicited: best internet mail module?
in thread Opinions solicited: best internet mail module?
Can you install in your
local directory? It is pure Perl so you can add it even
without a compiler if you are on a windows host. Then your
programs/scripts using it just use
use lib "/your/directory"
before your use MIME
If you are constructing complex MIME messages I highly
recommend using MIME::Lite.