Brett, that worked like a champ. Thanks for reminding me of what I should have
remembered
on my own.
-Kevin Zembower
>>> "Brett W. McCoy" <[EMAIL PROTECTED]> 06/26/01 10:01AM >>>
On Tue, 26 Jun 2001, KEVIN ZEMBOWER wrote:
> I need some help using the perl command "system" to invoke sendmail. I
Wow, I didn't know such a thing existed. I'll check it out right away.
Still, I think learning a technique that would work for sendmail might also
be useful for other commands, so if any one has other suggestions for a
different approach, I'd still appreciate them, while I'm learning about
Mail::
On Tue, 26 Jun 2001, KEVIN ZEMBOWER wrote:
> I need some help using the perl command "system" to invoke sendmail. I'm trying to
>send an
> email message to a mailing list. I got what I'm trying to do from a shell script:
>
> /usr/sbin/sendmail [EMAIL PROTECTED] < To: [EMAIL PROTECTED]
> X-Comman
Here's a suggestion. Use the Mail::Sendmail module for perl.
http://alma.ch/perl/Mail-Sendmail-FAQ.htm
-Original Message-
From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]]
Sent: 26 June 2001 14:50
To: [EMAIL PROTECTED]
Subject: Using system to invoke sendmail
I need some help using the p