How can I send mail from the console marked with "priority high" flag?
Currently I'm using this syntax:
echo "message content" | mail -s "subject" [email protected]
I don't see any switches for this in man
.
How can I send mail from the console marked with "priority high" flag?
Currently I'm using this syntax:
echo "message content" | mail -s "subject" [email protected]
I don't see any switches for this in man
.
Can you use
sendmail
? If so:The text after
>
would be typed in on the newline. Of course, you could just pipe a text file: