正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -133,7 +133,7 @@ class Header{ | @@ -133,7 +133,7 @@ class Header{ | ||
133 | */ | 133 | */ |
134 | public function getTo(bool $isArray = false):array { | 134 | public function getTo(bool $isArray = false):array { |
135 | // 如果有这个字段,就用这个字段 to字段的邮箱可能被伪造 | 135 | // 如果有这个字段,就用这个字段 to字段的邮箱可能被伪造 |
136 | - $to = $this->attributes['to']??$this->attributes['delivered-to']; | 136 | + $to = $this->attributes['to']??($this->attributes['delivered-to']??''); |
137 | 137 | ||
138 | return $this->parseAddress($to,$isArray); | 138 | return $this->parseAddress($to,$isArray); |
139 | } | 139 | } |
-
请 注册 或 登录 后发表评论