Skip to content
Snippets Groups Projects

Change charset for PHPMailer to UTF-8

Merged its4you requested to merge its4you/vtigercrm:Set_CharSet_for_PHPMailer_to_UTF8 into master
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
1
@@ -45,7 +45,7 @@ class PHPMailer
* The character set of the message.
* @var string
*/
public $CharSet = 'iso-8859-1';
public $CharSet = 'UTF-8';
/**
* The MIME Content-type of the message.
Loading