Configures SMTP on WordPress but test mail not receiving
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To use Wordpress SMTP mail you, as you've done need to configure some details. In this case these details are:
Mail details
- From Email - the email address you want to send emails from - email@yourdomain.com for example;
- From Name - the name that your emails will be received from;
- SMTP Host - the hostname for your SMTP server;
- SMTP Port - the port your server works on;
- Encryption - if you have SSL/TLS encryption available for that hostname, select it here;
- Authentication - check if your SMTP server requires authentication;
- Username - the username for your SMTP server;
- Password - the password for your SMTP server;