This topic is locked

Foreign characters-Innova editor

7/22/2009 11:34:56 AM
PHPRunner General questions
M
mauro author

I use Innova editor, with characters like : è , à , ù or ì, when data are send in e-mail there is ? instead.

How can i resolve this little problem?

J
Jane 7/23/2009

Hi,
you need to add additional parameters to the mail function for that.

Here is a sample:

$charset = ...

$ret=runner_mail(array('to' => $email, 'subject' => $subject, 'body' => $msg, 'from'=>$from, 'charset'=>$charset));

M
mauro author 7/27/2009

Hi,

you need to add additional parameters to the mail function for that.

Here is a sample:


Tnx

i used

$charset = "Windows-1252";