时间:2014-05-22 03:41:17
收藏:0
阅读:214
1.set in /etc/Muttrc file these setings:
set realname="Ashok Kumar"
set from="Ashok.Kumar@unknown.domain"
set use_from=yes
2. use export
export EMAIL=sender@domain && mutt -a /path/to/attachment -s "Subject" ABC@ABC.com < /dev/null
sudo mutt -s ‘test attachement‘ linda.xu@autodesk.com -a report.html <mail.body
mutt -s ‘Search benchmark Report‘ linda.xu@autodesk.com -a report.html <mail.body
评论(0)