How To [Script] Send e-mail from bash lc-root | May 18, 2012 The mail command can be used under Linux or UNIX bash, ksh, csh shell to send an email. To send a message to one or more address, mail Read More
How To Sending mail from command line [Script] lc-root | September 16, 2011 Mail content text is /tmp/message.txt mail -s 'Server Status Report' [email protected] -c [email protected] < /tmp/message.txt Sending mail with attachment # !/bin/bash tar -zcf /tmp/backup.tar.gz /home/david/files echo | mutt Read More