正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -127,7 +127,7 @@ class MailFun { | @@ -127,7 +127,7 @@ class MailFun { | ||
| 127 | $s = str_replace([$email,'"','<','>','>','<'],'',$s); | 127 | $s = str_replace([$email,'"','<','>','>','<'],'',$s); |
| 128 | $s = trim($s); | 128 | $s = trim($s); |
| 129 | $s = [ | 129 | $s = [ |
| 130 | - 'email' => $email, | 130 | + 'email' => self::mb_coding($email), |
| 131 | 'name' => $s | 131 | 'name' => $s |
| 132 | ]; | 132 | ]; |
| 133 | } | 133 | } |
-
请 注册 或 登录 后发表评论