commit
27769143a9
|
@ -388,6 +388,7 @@ function psm_update_available() {
|
||||||
function psm_build_mail($from_name = null, $from_email = null) {
|
function psm_build_mail($from_name = null, $from_email = null) {
|
||||||
$phpmailer = new \PHPMailer();
|
$phpmailer = new \PHPMailer();
|
||||||
$phpmailer->Encoding = "base64";
|
$phpmailer->Encoding = "base64";
|
||||||
|
$phpmailer->CharSet = 'UTF-8';
|
||||||
$phpmailer->SMTPDebug = false;
|
$phpmailer->SMTPDebug = false;
|
||||||
|
|
||||||
if(psm_get_conf('email_smtp') == '1') {
|
if(psm_get_conf('email_smtp') == '1') {
|
||||||
|
|
Loading…
Reference in New Issue