From 1662f76f03e8f12adeaeb91ee1745aa070f317fe Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 16 Apr 2018 16:12:57 -0700 Subject: hubzilla issue #1078 ; provide content-type header for system emails (was already correct for notification emails) --- include/network.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index db9a7d00a..747b46877 100644 --- a/include/network.php +++ b/include/network.php @@ -1845,7 +1845,8 @@ function z_mail($params) { $messageHeader = $params['additionalMailHeader'] . "From: $fromName <{$params['fromEmail']}>\n" . - "Reply-To: $fromName <{$params['replyTo']}>"; + "Reply-To: $fromName <{$params['replyTo']}>\n" . + "Content-Type: text/plain; charset=UTF-8"; // send the message $res = mail( -- cgit v1.2.3