正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -187,6 +187,9 @@ class Body { | @@ -187,6 +187,9 @@ class Body { | ||
187 | // message/delivery-status 投递状态 | 187 | // message/delivery-status 投递状态 |
188 | 188 | ||
189 | $data->body = $text; | 189 | $data->body = $text; |
190 | + if(!$data->get('content-type')){ | ||
191 | + $data->set('content-type','text/html'); | ||
192 | + } | ||
190 | $this->items[] = $this->bodyDeCode($data); | 193 | $this->items[] = $this->bodyDeCode($data); |
191 | } | 194 | } |
192 | 195 |
-
请 注册 或 登录 后发表评论