ubuntu:email:sending_a_mail_in_the_shell

This is an old revision of the document!


Ubuntu - Email - Sending a mail in the shell

mail -s 'subject' -c 'cc-address' -b 'bcc-address' 'to-address'

Press CTRL+D you are finished writing the mail.


Example

# mail the text that was piped to mail
echo "mail text" | mail johndoe@example.com -s "subject text"
 
# mail the file content
cat list.txt | mail john@example.com -s "sample subject"
ubuntu/email/sending_a_mail_in_the_shell.1576437798.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki