andrewshift![]() 2007-04-05 10:24 | Since I use QC 2.1 in italian, I would need to send orders email to the customer with accented characters like à or ù. The problem is that » Quick.Cart v2.x |
treewood (OpenSolution)2007-04-05 16:16 | andrewshift - if You have sendOrderToClient plugin (i gues You have), edit plugins/sendOrderToClient/actions_client.php and change mail function to:
@mail( $sTo, $sTitle, ereg_replace( '|n|', "n", $sEmailContent ), 'FROM: '.$config['email']."rnContent-Type: text/plain; charset=".$config['charset']."rn" );
I added Header with charset ... try send again and give info. |