nt: Tuesday, November 27, 2001 4:06 AM
To: [EMAIL PROTECTED]
Subject: Re: Send e-mail attachment
From: "paul beckett (JIC)" <[EMAIL PROTECTED]>
> Does anybody know how I can send a smallish binary file as an e-mail
> attachment, from perl (runn
Or, just use MIME::Lite or another module which does these things for you :)
Cheers,
Kevin
On Tue, Nov 27, 2001 at 09:20:35AM -0600, Tomasi, Chuck ([EMAIL PROTECTED]) said
something similar to:
> Here's one I can answer! I agonized over this for weeks, but finally got a
> decent solution that
--
From: Paul Jasa [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 27, 2001 10:09 AM
To: 'Bob Showalter'; [EMAIL PROTECTED]
Subject: RE: Send e-mail attachment
Good question. I think that is done so that you can write other things to
the LETTER prior to mailing it?
Paul
-
oc\"
END_OF_MAIL
open(F_LOG, $LOGFILE) || &Error("Cannot open logfile for MIME encoding");
while (read(F_LOG, $buf, 60*57)) {
print F_MAIL encode_base64($buf);
}
close(F_LOG);
print F_MAIL < -Original Message-
> From: paul beckett (JIC) [mailto:[EMAI
---Original Message-
From: Paul Jasa [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 27, 2001 10:09 AM
To: 'Bob Showalter'; [EMAIL PROTECTED]
Subject: RE: Send e-mail attachment
Good question. I think that is done so that you can write other things to
the LETTER prior to mailing i
> -Original Message-
> From: Paul Jasa [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 27, 2001 10:09 AM
> To: 'Bob Showalter'; [EMAIL PROTECTED]
> Subject: RE: Send e-mail attachment
>
>
> Good question. I think that is done so that you can wri
attachment
Importance: High
> -Original Message-
> From: Paul Jasa [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 27, 2001 9:53 AM
> To: 'paul beckett (JIC)'; [EMAIL PROTECTED]
> Subject: RE: Send e-mail attachment
>
>
> Paul,
> one of my favorite lin
> -Original Message-
> From: Paul Jasa [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 27, 2001 9:53 AM
> To: 'paul beckett (JIC)'; [EMAIL PROTECTED]
> Subject: RE: Send e-mail attachment
>
>
> Paul,
> one of my favorite lines in my scripts is:
day, November 27, 2001 4:41 AM
To: [EMAIL PROTECTED]
Subject: Send e-mail attachment
Importance: High
Does anybody know how I can send a smallish binary file as an e-mail
attachment, from perl (running on UNIX (OSFv.4.0))
Thanks
Paul
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
From: "paul beckett (JIC)" <[EMAIL PROTECTED]>
> Does anybody know how I can send a smallish binary file as an e-mail
> attachment, from perl (running on UNIX (OSFv.4.0))
Either MIME-lite or Mail::Sender. Both available from CPAN
Jenda
=== [EMAIL PROTECTED] == http://J
Does anybody know how I can send a smallish binary file as an e-mail
attachment, from perl (running on UNIX (OSFv.4.0))
Thanks
Paul
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
11 matches
Mail list logo