01238: Mail-PmForm cannot handle special chars when using UTF-8 encoding

Summary: Mail-PmForm cannot handle special chars when using UTF-8 encoding
Created: 2010-12-14 15:15
Status: Closed - fixed for 2011-02-16
Category: Cookbook
From: JL
Assigned:
Priority: 44
Version: 2.2.19
OS: Linux/Apache/5.3.3
Description

The mail functions of PmForm need some modifications to handle special chars with UTF-8 encoding correctly (see notify.php or http://www.php.net/manual/en/function.mail.php#92976).

From version 2011-02-16, there is a new variable $EnablePmFormSubjectEncode. If set to 1 in config.php, PmForm will use the standard base64 encoding of the e-mail subject. --Petko February 16, 2011, at 04:08 AM

 $EnablePmFormSubjectEncode = 1;