Publish: 2019-10-30 | Modify: 2019-10-30
Open the WordPress backend - Go to Appearance - Theme Settings - You can see the "SMTP Settings" of Msimple, as shown in the figure below.
WordPress defaults to using the mail()
function to send emails, but most hosting providers disable this function. The mail()
function has a low success rate and is vulnerable to abuse. Operations such as comment notifications and password recovery require email notifications, so it is recommended to use SMTP to send emails, which is more stable and reliable.
Note: If you are already using another SMTP plugin, please do not enable the Msimple theme's SMTP function (disabled by default). In short, either use a plugin to implement SMTP or use the SMTP sending settings provided by the Msimple theme (recommended).
The SMTP server addresses and ports for commonly used email providers are as follows:
Email Provider | SMTP Server Address | Non-SSL Port | SSL Port |
---|---|---|---|
163.com | smtp.163.com | 25 | 465 or 994 |
126.com | smtp.126.com | 25 | 465 or 994 |
qq.com | smtp.qq.com | 25 | 465 or 587 |
Netease Enterprise Email | smtp.qiye.163.com | 25 | 994 |
Tencent Enterprise Email | smtp.exmail.qq.com | 25 | 465 |
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.