On Wed, Aug 31, 2005 at 02:06:48PM +0300, Ariel Biener wrote:
> (by the way, why
> use mutt as a command line mail sender ? I'd use /bin/mail).
mutt CCs me me messages I send. mutt can also send attachments from the
command-line.
--
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzaf
On Wednesday 31 August 2005 12:27, Ehud Karni wrote:
> > ---
> > #!/bin/bash
> >
> > subject='Set UID program scan results'
> > address="[EMAIL PROTECTED]"
> > mailcommand="mutt $address -s $subject"
> >
> > $mailcommand << okfff
> > Some message body.
> >
> > okfff
> >
On Wed, 31 Aug 2005 11:24:45 +0300, David Harel <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> I really am ashame to ask this question but I did not find an answer for
> it in any documentation I searched (I have serious doubts bout my
> searching skills).
>
> Here is a script fragment.
> ---
On Wed, 2005-08-31 at 11:24 +0300, David Harel wrote:
> Hi all,
> I really am ashame to ask this question but I did not find an answer for
> it in any documentation I searched (I have serious doubts bout my
> searching skills).
>
> Here is a script fragment.
> ---
> #!/bi
Hi all,
I really am ashame to ask this question but I did not find an answer for
it in any documentation I searched (I have serious doubts bout my
searching skills).
Here is a script fragment.
---
#!/bin/bash
subject='Set UID program scan results'
address="[EMAIL PROTE