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

E:phpStudyPHPTutorialWWWopencart30-2uploadsystemlibrarymailmail.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);
}
原文地址:https://www.cnblogs.com/alex-13/p/13937322.html