Don't change PHPMailer core just modify public charset object-var, refs #1117

Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
This commit is contained in:
Arnold Bechtoldt
2012-08-21 14:12:15 +02:00
parent 022d21054c
commit e1a0cca5cc
4 changed files with 6 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ class PHPMailer {
* Sets the CharSet of the message.
* @var string
*/
public $CharSet = 'UTF-8';
public $CharSet = 'iso-8859-1';
/**
* Sets the Content-type of the message.