1
echo 'test mutt+msmtp'|mutt -s 'test mutt+msmtp' user@gmail.com -a attatch.file
如果你跟我一样,经常给同一个人发送邮件,推荐脚本,sendboss.sh, 里面是:
text=$1
shift
echo -e "林老师好\n\n\n 这封邮件来自linux终端。\n\n\n\n\nLalor\n$(date)\ n" | mutt -s $text -a $* -- boos@xmu.com