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, 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
-y is for interactive use.
mutt -s "Build Failed" -a ./build.log [EMAIL PROTECTED] </dev/null