Re: sendmail from command line to send mail

2001-02-10 Thread Anthony E . Greene
On Sat, 10 Feb 2001 20:59:27 Mike Fletcher wrote: >I want to write a script and have the output directed to a file. I then >want to mail the file to 2 reciepents. > >What is the command line arguments to use sendmail from the command line >(within a script) to send mail to 2 reciepents as well

Re: sendmail from command line to send mail

2001-02-10 Thread Mikkel L. Ellertson
On Sat, 10 Feb 2001, Mike Fletcher wrote: > hello; > > I want to write a script and have the output directed to a file. I then > want to mail the file to 2 reciepents. > > What is the command line arguments to use sendmail from the command line > (within a script) to send mail to 2 reciepent

sendmail from command line to send mail

2001-02-10 Thread Mike Fletcher
hello; I want to write a script and have the output directed to a file. I then want to mail the file to 2 reciepents. What is the command line arguments to use sendmail from the command line (within a script) to send mail to 2 reciepents as well as send an attache a file? Thanks, Mike __