From f3caeff3bb522c7940dfd97ab2a7fd5bdeab0d22 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Tue, 7 Feb 2023 18:29:19 +0000 Subject: [PATCH] Set email charset to make symbols display properly --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 02297d8b..f4a7c74d 100644 --- a/functions.php +++ b/functions.php @@ -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