华为云发送邮件

Posted rigid

tags:

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

https://www.jianshu.com/p/e25cd6b97b36

vim /etc/mail.rc

set [email protected]
set smtp=smtps://smtp.cnbmxinyun.com:465
set smtp-auth=login
set [email protected]
set [email protected]
set ssl-verify=ignore
set nss-config-dir=/etc/pki/nssdb/

 

$ echo -n | openssl s_client -connect smtp.cnbmxinyun.com:465 | sed -ne ‘/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p‘ > /etc/pki/nssdb/xinyun.crt
$ certutil -A -n "GeoTrust SSL CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/xinyun.crt
$ certutil -A -n "GeoTrust Global CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/xinyun.crt
$ certutil -L -d /etc/pki/nssdb/

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

本地能正常发送邮件 阿里云服务器端发送邮件提示已经成功了 但是发送不过来 显示 Failure sending mail.

springboot用163邮箱、阿里云企业邮箱发送邮件的配置

阿里云搭建邮箱服务无法发送邮件,可能是端口问题

阿里云ECS无法发送邮件

阿里云 服务器 邮件发送

SpringBoot项目本地可以发送邮件,部署到阿里云服务器发送邮件失败的解决方法