> e.g.
> mail -s "test message" [EMAIL PROTECTED]
i usually use cat or echo:
echo "" | mail -s "test message" [EMAIL PROTECTED]
nate
hi ya
> how do i send mail from the command line of a debian box
> without needing body text?
>
> e.g.
> mail -s "test message" [EMAIL PROTECTED]
mail -s "test message" [EMAIL PROTECTED] < /dev/null
or
echo "any msg" | mail -s "test message" [EMAIL PROTECTED]
c ya
alvin
-- trying to play
Hi,
i hope this is the write forum but...
how do i send mail from the command line of a debian box
without needing body text?
e.g.
mail -s "test message" [EMAIL PROTECTED]
and then return to the command prompt
thanks for any help.
adrian
3 matches
Mail list logo