Re: Mail subject encoding breaks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11 May 2009 at 18:25, Thodoris wrote:

> Hi gang,
>     I am using phpmailer to send some mail notifications in an intranet 
> I've made. This is a sample code:

> $e->Subject = "This is δφκξγκδφη garbidge κηδφκξγσ";

Hi,

I have had success with this in the past:

$subject 	= "This is δφκξγκδφη garbidge κηδφκξγσ";	
$e->Subject	= mb_encode_mimeheader($subject, "UTF-8", "Q") ;

Regards

Ian
-- 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux