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);
}