Elxis CMS Forum

Extensions => Components => Topic started by: CREATIVE Options on September 27, 2007, 16:47:12

Title: Akocomment wrong enconding in email
Post by: CREATIVE Options on September 27, 2007, 16:47:12
If you have problem with the received emails from the Akocomment here what you need to do.

Experience need: low
Time you need: ~1 minitue

Locate the next file: akocomment.php you can located in to /public_html or elxis folder/components/com_akocomment
1. download and edit the file with an UTF-8 editor
2. locate the next code arround the 152 line

Code: [Select]
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
3. replace it with the next one

Code: [Select]
$headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
4. save and upload the file.

Elxis FAN