Home  >  Article  >  CMS Tutorial  >  Can't send emails from PHPCMS mailbox?

Can't send emails from PHPCMS mailbox?

Guanhui
GuanhuiOriginal
2020-06-05 10:54:242889browse

Can't send emails from PHPCMS mailbox?

PHPCMS Mail Can’t send email?

Reasons why PHPCMS mail cannot send mail:

1. The "fsockopen()" function is disabled. You can check whether the disable_functions item has "fsockopen()" through "phpinfo";

Cant send emails from PHPCMS mailbox?

#2. The port number is disabled by the server. This problem can be solved by changing the port number.

First open "Settings" → "Mailbox Settings" → "Mailbox Configuration" in the background, then modify the port, and finally save it.

Recommended tutorial: "PHPCMS Tutorial"

The above is the detailed content of Can't send emails from PHPCMS mailbox?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn