mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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{
|
||||
// Mail Server Settings
|
||||
$mail->CharSet = "UTF-8";
|
||||
$mail->SMTPDebug = 0; // No Debugging
|
||||
$mail->isSMTP(); // Set mailer to use SMTP
|
||||
$mail->Host = $config_smtp_host; // Specify SMTP server
|
||||
|
||||
Reference in New Issue
Block a user