mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Set charset to UTF8
This commit is contained in:
@@ -141,6 +141,8 @@ if (isset($_POST['firstname']))
|
|||||||
|
|
||||||
$mail = new PHPMailer;
|
$mail = new PHPMailer;
|
||||||
|
|
||||||
|
$mail->CharSet = 'UTF-8';
|
||||||
|
|
||||||
$sql = "SELECT stg_value
|
$sql = "SELECT stg_value
|
||||||
FROM " . LIME_PREFIX . "settings_global
|
FROM " . LIME_PREFIX . "settings_global
|
||||||
WHERE stg_name = 'emailsmtpssl'";
|
WHERE stg_name = 'emailsmtpssl'";
|
||||||
|
|||||||
Reference in New Issue
Block a user