Mutt+Gmail+Msmtp+Ubuntu命令行发送邮件

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 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/40f095cf5029fb7fd59eb8749519b229.html