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

Reply via email to