Linux mail command

less than 1 minute read

echo "This is the message body" | mail -s "subject of message" -a file.to.attach -r 'sender@some.where' email1@some.place email2@some.place

Leave a comment