Pierre Rossel - 2006-04-13

Logged In: YES
user_id=1495015

I fixed the problem by changing lines 123 to 125 in
inc/htmlMimeMail/htmlMimeMail.php from:

$this->build_params['html_charset']
= 'ISO-8859-1';
$this->build_params['text_charset']
= 'ISO-8859-1';
$this->build_params['head_charset']
= 'ISO-8859-1';

to:

$this->build_params['html_charset'] =
CHARSET;
$this->build_params['text_charset'] =
CHARSET;
$this->build_params['head_charset'] =
CHARSET;

Could a developper verify the fix and include it in
current version ?