http://www.zeegee.com/code/perl/MIME-Lite/docs/
___
Perl-Unix-Users mailing list. To unsubscribe go to
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users
batch L.'; 'Perl-Unix-Users'
Subject: RE: [Perl-unix-users] How I send a Attachmnt file in perl
Here is how I send several documents in an email using the MIME module...
# Create the top-level, and set up the mail headers:
$top = MIME::Entity->build(Typ
Here is how I send several documents in an email using the MIME module...
# Create the top-level, and set up the mail headers:
$top = MIME::Entity->build(Type=>"multipart/mixed",
From=> "your_server",
To => "to_address
On Mon, Apr 09, 2001 at 09:47:00AM -0500, Ricardo Cumberbatch L. wrote:
> Hi everyone, how i can do to attach and send mail in perl.
>
> Thanks a lot,
>
> R.C.L.
>
Take a look at the MIME::Lite module. If you have mutt installed I
believe there is a command line way to send attachments. Either