解决方法:
// Choose the mailer and send through it
switch($this->Mailer) {
case \'sendmail\':
return $this->SendmailSend($header, $body);
case \'SMTP\'://同样 将smtp ->SMTP ;即原来是小写,现在大写。
return $this->SmtpSend($header, $body);
case \'mail\':
default:
return $this->MailSend($header, $body);
}
本文地址:https://www.stayed.cn/item/3690
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我