Set email charset to make symbols display properly
This commit is contained in:
@@ -501,6 +501,7 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_
|
|||||||
|
|
||||||
try{
|
try{
|
||||||
// Mail Server Settings
|
// Mail Server Settings
|
||||||
|
$mail->CharSet = "UTF-8";
|
||||||
$mail->SMTPDebug = 0; // No Debugging
|
$mail->SMTPDebug = 0; // No Debugging
|
||||||
$mail->isSMTP(); // Set mailer to use SMTP
|
$mail->isSMTP(); // Set mailer to use SMTP
|
||||||
$mail->Host = $config_smtp_host; // Specify SMTP server
|
$mail->Host = $config_smtp_host; // Specify SMTP server
|
||||||
|
|||||||
Reference in New Issue
Block a user