From 608c174245ed8825366e40254e93bd57f777356d Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 12 Oct 2007 22:14:23 +0000 Subject: Replace htmlentities by htmlspecialchars on NBM in order to send a correct UTF8 mail. Quote mail charset + add debug mail informations Fix "check user with same mail" where null email was not discarded git-svn-id: http://piwigo.org/svn/trunk@2136 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/plain/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/yoga/mail/text/plain') diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl index ce7667106..213fedbf1 100644 --- a/template/yoga/mail/text/plain/header.tpl +++ b/template/yoga/mail/text/plain/header.tpl @@ -1,3 +1,3 @@ -----={BOUNDARY_KEY} -Content-Type: {CONTENT_TYPE}; charset={CONTENT_ENCODING}; +Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}"; Content-Transfer-Encoding: 8bit -- cgit v1.2.3