mailx ssl hotmail发邮件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mailx ssl hotmail发邮件相关的知识,希望对你有一定的参考价值。

经反复试验,mailx发邮件的配置如下:
set [email protected]
set smtp=smtp://smtp.office365.com:587
set [email protected]
set smtp-auth-password=XXX
set smtp-auth=login
set smtp-use-starttls=yes
set ssl-verify=ignore
set nss-config-dir=/root/.certs/

Zoho配置
set [email protected]
set smtp=smtps://smtp.zoho.com:465
set [email protected]
set smtp-auth-password=XXX
set smtp-auth=login
set ssl-verify=ignore

mailx -v(verbose) -s(title) -a(attachment) [email protected]

以上是关于mailx ssl hotmail发邮件的主要内容,如果未能解决你的问题,请参考以下文章

mailx加163邮箱发邮件

CentOS 7 mailx工具使用外部邮箱发邮件

关于mailx邮件发不出去的解决办法

Redhat 6.8使用mailx带账号认证发邮件

mutt配置太繁琐,如果lz你只是单纯为了发邮件的话,其实用mailx就足以了

mailx发邮件报错Error initializing NSS: Unknown error -8015. . . . message not sent.处理