Merge pull request #212 from Fraenkiman/upstream/issue211
Update plugin.commentcenter.php
This commit is contained in:
commit
b9c59fa775
@ -438,7 +438,8 @@ class plugin_commentcenter {
|
|||||||
$fp_config ['general'] ['title']
|
$fp_config ['general'] ['title']
|
||||||
), $text);
|
), $text);
|
||||||
|
|
||||||
return @utils_mail($from_mail, $subject, $text);
|
// for non-ASCII characters in the e-mail header use RFC 1342 — Encodes data with MIME base64
|
||||||
|
return @utils_mail($from_mail, '=?utf-8?B?' . base64_encode($subject) . '?=', $text);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user