Skip to content
Snippets Groups Projects
Commit f571ae02 authored by Marius Burkard's avatar Marius Burkard
Browse files

Typo

parent 7b4df68e
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ class mail_plugin {
$mailHeaders .= "Content-Type: text/html; charset=utf-8" . "\n";
$mailHeaders .= "Content-Transfer-Encoding: quoted-printable" . "\n";
} else {
$mailHeaders .= "Content-type: text/plain; charset=utf-8" . "\n";
$mailHeaders .= "Content-Type: text/plain; charset=utf-8" . "\n";
$mailHeaders .= "Content-Transfer-Encoding: 8bit" . "\n";
}
$mailHeaders .= "From: $welcome_mail_from" . "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment