Re: Sending mail with attachment from a shell script

2001-03-23 Thread Cristian Gheorghe
Thank you so much, it actually works. Regards, Cristian Thomas Roessler wrote: > On 2001-03-22 19:12:31 -0500, Cristian Gheorghe wrote: > > > I can see how to attach a file, specify the address, subject, etc. It's > > just that if I want to do this from the command line without going > > ins

Re: Sending mail with attachment from a shell script

2001-03-23 Thread teo
Hi Cristian! On Thu, 22 Mar 2001, Cristian Gheorghe wrote: > Hello, > > I am trying to use mutt in order to be able to send e-mail notifications > in regards to the nightly source code builds that I am doing. Something > to the extent of "Build Failed", see attached file. > > I can see how to a

Re: Sending mail with attachment from a shell script

2001-03-23 Thread Thomas Roessler
On 2001-03-22 19:12:31 -0500, Cristian Gheorghe wrote: > I can see how to attach a file, specify the address, subject, etc. It's > just that if I want to do this from the command line without going > inside the interface I can not. > > mutt -y [EMAIL PROTECTED] -s "Build Failed" -a ./build.log >

Re: Sending mail with attachment from a shell script

2001-03-23 Thread Lars Hecking
Cristian Gheorghe writes: > Hello, > > I am trying to use mutt in order to be able to send e-mail notifications > in regards to the nightly source code builds that I am doing. Something > to the extent of "Build Failed", see attached file. > > I can see how to attach a file, specify the address,