diff --git a/submit.php b/submit.php index 9c67039..3e56fb2 100644 --- a/submit.php +++ b/submit.php @@ -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 hier';