---------------------------------------------------------------------------------------- Send emails through linux command line. ---------------------------------------------------------------------------------------- -r from email -a header -b bcc -c cc -s subject Example: ---------------------------------------------------------------------------------------- mail -r info@example.com -s "test" to@someone.com ---------------------------------------------------------------------------------------- Enter the e-mail body text, and close with a new line and then a period (.), to send.