PHP-Mail-Kodierungsproblem

Ich habe eine Lösung gefunden:
PHP:
$additional_headers = "Content-Type: text/plain; format=flowed; charset=\"utf-8\";\nContent-Transfer-Encoding: 8bit\n\n";
$body = iconv("ISO-8859-1", "UTF-8", "€");
 
Zurück