linux send email mutt tool
yum install mutt
echo “Hi, database backup.” | mutt -s `date +%d/%m/%Y`” – backup ” [email protected] -a xxx.zip
Change from address
vi ~/.muttrc
set from=”Vick <foo@bar>”
yum install mutt
echo “Hi, database backup.” | mutt -s `date +%d/%m/%Y`” – backup ” [email protected] -a xxx.zip
Change from address
vi ~/.muttrc
set from=”Vick <foo@bar>”
You must be logged in to post a comment.
As a System admin, sometimes we need to send mails to users or someone else from the server and for that we used to go with a web based interface to send email, is it really that handy ? Absolutely No.