2
0
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:
Adam Zammit
2013-04-19 16:14:39 +10:00
parent 916b3c2d87
commit a79790ef97

View File

@@ -141,6 +141,8 @@ if (isset($_POST['firstname']))
$mail = new PHPMailer;
$mail->CharSet = 'UTF-8';
$sql = "SELECT stg_value
FROM " . LIME_PREFIX . "settings_global
WHERE stg_name = 'emailsmtpssl'";