Return to Snippet

Revision: 52680
at October 29, 2011 04:02 by Reportme


Initial Code
$headers = array(
    "Content-Type" => "text/plain; charset=\"UTF-8\"",
    "From" => "=?utf-8?B?".base64_encode($unicode_name)."?=" . " <[email protected]>", 
    "Subject" => "my subject"
);

Initial URL


Initial Description


Initial Title
php pear mail UTF-8 encoding

Initial Tags
php, mail

Initial Language
PHP