Added support for german Umlaute.
This commit is contained in:
parent
90cd3b7a46
commit
d34a022bcf
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue