forked from GNUsocial/gnu-social
Fixup headers for HTML email
This commit is contained in:
parent
797059340e
commit
0a56523461
@ -143,7 +143,7 @@ class UserEmailSummaryHandler extends QueueHandler
|
|||||||
// FIXME: do something for people who don't like HTML email
|
// FIXME: do something for people who don't like HTML email
|
||||||
|
|
||||||
mail_to_user($user, _('Updates from your network'), $body,
|
mail_to_user($user, _('Updates from your network'), $body,
|
||||||
array('Content-Type', 'text/html; charset=UTF-8'));
|
array('Content-Type' => 'text/html; charset=UTF-8'));
|
||||||
|
|
||||||
if (empty($ess)) {
|
if (empty($ess)) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user