Anpassung von Adressen und Charset-Umstellung auf utf-8
This commit is contained in:
@@ -30,7 +30,7 @@ $headers .= "\nMIME-Version: 1.0\n" .
|
||||
|
||||
$email_message = "This is a multi-part message in MIME format.\n\n" .
|
||||
"--{$mime_boundary}\n" .
|
||||
"Content-Type:text; charset=\"iso-8859-1\"\n" .
|
||||
"Content-Type:text; charset=\"utf-8\"\n" .
|
||||
"Content-Transfer-Encoding: 8bit\n\n" .
|
||||
$email_message . "\n\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user