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
Type=> "text/xsl",
Encoding=> "base64");
# Send it:
$top->smtpsend;
HTH
Geoff Ellis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Ricardo Cumb
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
Hi everyone, how i can do to attach and send mail in perl.
Thanks a lot,
R.C.L.
___
Perl-Unix-Users mailing list. To unsubscribe go to
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users