Explorar el Código

#2050 set send_email func default charset to uft-8

TRAORÉ Fayçal hace 4 años
padre
commit
a0c999ea27
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/inc/main.php

+ 1 - 0
web/inc/main.php

@@ -317,6 +317,7 @@ function send_email($to, $subject, $mailtext, $from, $from_name) {
     $mail->AddAddress($to, "Hestia Control Panel User");
     $mail->AddAddress($to, "Hestia Control Panel User");
     $mail->SetFrom($from, $from_name);
     $mail->SetFrom($from, $from_name);
 
 
+    $mail->CharSet = "utf-8";
     $mail->Subject = $subject;
     $mail->Subject = $subject;
     $content = $mailtext;
     $content = $mailtext;
     $content = nl2br($content);
     $content = nl2br($content);