Z-blog在阿里云虚拟主机上无法使用STMP发件问题解决
/zb_users/theme/tpure/plugin/phpmailer/
目录。
2、备份smtp.php
。
3、找到$this->smtp_conn = stream_socket_client("{$host}:{$port}", $errno, $errstr, $tval, STREAM_CLIENT_CONNECT, $context);
,注释掉。
4、下面还有一个调用:
$this->smtp_conn = @fsockopen($host, // the host of the server
$port, // the port to use
$errno, // error number if any
$errstr, // error message if any
$tval); // give up after ? secs