neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Emails are send with incorrect charset #547

Open maraf opened 4 months ago

maraf commented 4 months ago

The PHPMailer defaults to iso-8859-1

$mail->CharSet = PHPMailer\PHPMailer\PHPMailer::CHARSET_UTF8;