opencart本地测试不能发送邮箱mail.php问题

E:\phpStudy\PHPTutorial\WWW\opencart30-2\upload\system\library\mail\mail.php

 

if ($this->parameter) {
mail($to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header, $this->parameter);
} else {
// mail($to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
}
posted @ 2020-11-06 16:01  也许明天  阅读(153)  评论(0编辑  收藏  举报