Mail encoding problem..
Posted: Thu 25. Sep 2008, 10:16
where change mail charset? when write in mail form all ok, but receive mail with įšęėįęėįęė ėęėęį , (write Ž, Š..).
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
$phpwcms['charset'] = 'utf-8'; //default charset 'iso-8859-1'
Code: Select all
$phpwcms['db_charset'] = 'utf8';
$phpwcms['db_collation'] = 'utf8_general_ci';
$phpwcms['charset'] = 'ISO-8859-1'; //default charset 'iso-8859-1'