parent
8ef816d8f8
commit
8151295829
|
@ -50,7 +50,8 @@ class Mailer {
|
||||||
if($message_html){
|
if($message_html){
|
||||||
$headers[]="MIME-Version: 1.0";
|
$headers[]="MIME-Version: 1.0";
|
||||||
$headers[]="Content-Type: text/html; charset=UTF-8";
|
$headers[]="Content-Type: text/html; charset=UTF-8";
|
||||||
} else {
|
}
|
||||||
|
else{
|
||||||
$headers[]="Content-Type: text/plain; charset=UTF-8";
|
$headers[]="Content-Type: text/plain; charset=UTF-8";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue