码迷,mamicode.com
首页 > 系统相关 > 详细

macOS下用命令行发邮件

时间:2017-04-01 00:49:33      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:using   div   命令行   conf   not   count   defaults   style   manually   

brew install msmtp

vi ~/.mailrc
set sendmail=/usr/local/bin/msmtp
wq!

vi ~/.msmtprc

# Use an external SMTP server with insecure authentication.
# (manually choose an insecure authentication method.)
# Note that the password contains blanks.

defaults

####################################################################
# A sample configuration using sina.cn
####################################################################

account default
host smtp.sina.cn
port 25
from vincenthandsome@sina.cn
auth login
tls off
user vincenthandsome@sina.cn
password 2wsxzaq1
:wq!

chmod 600 ~/.msmtprc
echo "this‘s an apple." |mail 888888@qq.com
上述方法参考自https://my.oschina.net/uhziel/blog/186683

 

macOS下用命令行发邮件

标签:using   div   命令行   conf   not   count   defaults   style   manually   

原文地址:http://www.cnblogs.com/vincent-liang/p/6654189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!