From d1a0a85520e23bf71f39fcf38eca4480a73b4975 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 17 Oct 2013 13:05:30 +0000 Subject: feature 2965: replace custom mail functions by PHPMailer (version 5.2.7). Based on patch by msakik. function pwg_send_mail no longer used (all is done in pwg_mail) new param $conf['smtp_secure'] work still in progress, some obsolete code must be removed git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/mail/text/plain/header.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'themes/default/template/mail/text/plain/header.tpl') diff --git a/themes/default/template/mail/text/plain/header.tpl b/themes/default/template/mail/text/plain/header.tpl index 6fcc863d2..88cd997fa 100644 --- a/themes/default/template/mail/text/plain/header.tpl +++ b/themes/default/template/mail/text/plain/header.tpl @@ -1,5 +1,3 @@ ------={$BOUNDARY_KEY} -Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}"; -Content-Transfer-Encoding: 8bit{literal} +{literal} {/literal}{*note that there must be an empty line to separate the mime headers*} -- cgit v1.2.3