RE: Command-line mail syntax for bash script

2001-12-05 Thread Vinny Valdez
er 04, 2001 6:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Command-line mail syntax for bash script > > > On Tue, Dec 04, 2001 at 12:47:20PM -0600, Vinny Valdez > <[EMAIL PROTECTED]> wrote: > | I have a quick question, I'm sure the answer is simple. > | > | I

Re: Command-line mail syntax for bash script

2001-12-04 Thread Cameron Simpson
On Tue, Dec 04, 2001 at 12:47:20PM -0600, Vinny Valdez <[EMAIL PROTECTED]> wrote: | I have a quick question, I'm sure the answer is simple. | | I want to do the following: | | 1. send an email to a list through a bash script (no interaction) | 2. hide the recepients (bcc) | 3. be able to alter

Command-line mail syntax for bash script

2001-12-04 Thread Vinny Valdez
I have a quick question, I'm sure the answer is simple. I want to do the following: 1. send an email to a list through a bash script (no interaction) 2. hide the recepients (bcc) 3. be able to alter the from: address (or set a reply-to), to listoperator@domain instead of [EMAIL PROTECTED] I no