- A+
2.申请开通-邮件推送
3.进入邮件推送控制台-邮件设置-发信域名-新建域名
建议添加二级域名,如email.yyha.com
4.进入域名解析,进行配置:
域名配置示例
发信配置
请至域名 email.yyha.com DNS服务提供商处添加TXT记录,并保持SPF记录正确,否则会无法发信。
*1、所有权验证
类型 | 主机记录 | 主域名 | 记录值 | |
TXT | aliyundm.email | yyha.com | XXXXXX |
|
*2、spf验证
类型 | 主机记录 | 主域名 | 记录值 | |
TXT | yyha.com | v=spf1 include:spf1.dm.aliyun.com -all |
说明:如果您已经添加了SPF验证,则请在SPF的TXT记录中加上 include:spf1.dm.aliyun.com。
收信配置
请至域名 email.yyha.comDNS服务提供商处添加MX记录,并保持,否则会无法发信。
*3、MX验证
类型 | 主机记录 | 主域名 | 记录值 | |
MX | yyha.com | mx01.dm.aliyun.com |
跟踪配置
请至域名email.yyha.com DNS服务提供商处添加CNAME记录。
4、CNAME验证
类型 | 主机记录 | 主域名 | 记录值 | |
CNAME |
dmtrace.email
|
yyha.com | tracedm.aliyuncs.com |
5.配置成功后,验证通过。
6.回信域名添加,回信地址验证通过后才生效,否则系统将分配一个随机的地址,您无法收到用户回复。
7.设置SMTP密码。
8.进入wordpress后台安装smtp mailer插件,具体见文末网盘下载。
9.启用插件配置:
SMTP Host | smtpdm.aliyun.com
The SMTP server which will be used to send email. For example: smtp.gmail.com |
SMTP Authentication | Ture
Whether to use SMTP Authentication when sending an email (recommended: True). |
SMTP Username | XXX@email.yyha.com
Your SMTP Username. |
SMTP Password | XXXXXX
Your SMTP Password. |
Type of Encryption | SSL
The encryption which will be used when sending an email (recommended: TLS). |
SMTP Port | 465
The port which will be used when sending an email (587/465/25). If you choose TLS it should be set to 587. For SSL use port 465 instead. |
From Email Address | XXX@email.yyha.com
The email address which will be used as the From Address if it is not supplied to the mail function. |
From Name | 歪歪哈
The name which will be used as the From Name if it is not supplied to the mail function. |
Disable SSL Certificate Verification | 留空
As of PHP 5.6 you will get a warning/error if the SSL certificate on the server is not properly configured. You can check this option to disable that default behaviour. Please note that PHP 5.6 made this change for a good reason. So you should get your host to fix the SSL configurations instead of bypassing it |
10.测试通过,配置完成,wordpress即可实现邮件注册验证,密码重置等邮件推送功能。
- 我的微信
- 这是我的微信扫一扫
- 我的微信公众号
- 我的微信公众号扫一扫
2020年3月23日 上午11:11 沙发
看看密码