Added support for german Umlaute.

This commit is contained in:
Lewin Probst 2020-02-04 17:32:57 +01:00
parent 90cd3b7a46
commit d34a022bcf

View file

@ -262,6 +262,11 @@ return new class extends Lewp\Module
'From: '.$options[self::OPTIONS_MAIL_FROM]
."\r\n"
.'Reply-To: '.$payload[self::KEY_POST_EMAIL]
."\r\n"
.'MIME-Version: 1.0'
."\r\n"
.'Content-type: text/plain; charset=UTF-8'
."\r\n"
);
}