PHPMailer 错误:“无法连接到 :25”


PHPMailer error: "unable to connect to :25"

当我尝试使用 PHPMailer 类发送电子邮件时,出现以下错误:

警告:fsockopen() [function.fsockopen]:无法连接到 :25(无法建立连接.php,因为目标计算机主动拒绝了它。

谁能帮我?

unable to connect to :25表示

您忘记在配置中输入服务器地址。

请确保在初始化 PHPMailer 时指定有效的 SMTP 服务器地址。