Problem with charset in emails

andrewshift

No avatar

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

using accented char doesn't works since the email arrives with strange symbols
using à doesn't work
using the html code such &224; doesn't work

Is not possible to send and html email to the customers? Or make the accented char works in any way?

» Quick.Cart v2.x

treewood (OpenSolution)

Avatar: treewood

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$sTitleereg_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.

Back to top
about us | contact