Added explicit UTF-8 encoding to all HTML emails
This commit is contained in:
@@ -55,7 +55,7 @@ function sendPreorderEmail($mailtemplate, $preordercampaign, $preorder, $email_t
|
||||
}
|
||||
|
||||
$subject = $mailtemplate->getVariableReplacedSubject($replacers);
|
||||
$body = "<html><head></head><body>";
|
||||
$body = '<html lang="de"><head><meta charset="utf-8" /></head><body>';
|
||||
$body .= $mailtemplate->renderBody($replacers);
|
||||
$body .= "</body></html>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user