add utf-8 encoding

This commit is contained in:
Johannes Theiner 2022-02-02 15:38:50 +01:00
parent 18ae1ce4af
commit 1d130f52bc
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ try {
} catch (\PHPMailer\PHPMailer\Exception $e) {
echo $e->getMessage();
}
$mail->CharSet="UTF-8";
$mail->Subject = 'Bestätigung einer Eintragung';
$mail->AltBody = 'Bitte bestätige deine Eintragung unter folgendem Link: ' . $config['url'] . "/verify.php/?id=" . $uuid;
$mail->Body = 'Bitte bestätige deine Eintragung bitte <a href="' . $config['url'] . "/verify.php/?id=" . $uuid . '">hier</a>';