On Wed, 2006-02-08 at 00:57 +0100, [EMAIL PROTECTED] wrote: > When i try in commandline with: /bin/mail -s TEST > [EMAIL PROTECTED] Its working like charm! but i need to press "ctrl"+ > d to send it!
what about: echo "test message" | /bin/mail -s TEST [EMAIL PROTECTED] ? You need to study up on pipes, stdin, stdout, etc. Standard Unix concepts.
signature.asc
Description: This is a digitally signed message part