I hunted around and came across a comment posted on the PEAR manual site. So courtesy of fredrik@krafftit.se I modded my code as follows and all worked well :)
$mimeParams = array( "text_encoding" => "8bit", "text_charset" => "UTF-8", "html_charset" => "UTF-8", "head_charset" => "UTF-8" ); $body = $mime->get($mimeParams);
No comments:
Post a Comment