Mail encoding problem..

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
numlock
Posts: 16
Joined: Wed 30. Apr 2008, 09:14

Mail encoding problem..

Post by numlock »

where change mail charset? when write in mail form all ok, but receive mail with įšęėįęėįęė ėęėęį , (write Ž, Š..).
Last edited by numlock on Thu 25. Sep 2008, 19:16, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Mail encoding problem..

Post by juergen »

Hi,

did you choose UTF-8 Charset, UTF-8 db collation ?
numlock
Posts: 16
Joined: Wed 30. Apr 2008, 09:14

Re: Mail encoding problem..

Post by numlock »

all charset utf8. but receive mail incorrect..
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Mail encoding problem..

Post by Jensensen »

What are your settings in
/config/phpwcms/conf.inc.php

Do they really look like:

Code: Select all

$phpwcms['db_charset']        = 'utf8';
$phpwcms['db_collation']      = 'utf8_general_ci';


$phpwcms['charset']           = 'utf-8';  //default charset 'iso-8859-1'
???
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
numlock
Posts: 16
Joined: Wed 30. Apr 2008, 09:14

Re: Mail encoding problem..

Post by numlock »

my /conf.inc.php

Code: Select all

$phpwcms['db_charset']        = 'utf8';
$phpwcms['db_collation']      = 'utf8_general_ci';


$phpwcms['charset']           = 'ISO-8859-1';       //default charset 'iso-8859-1'
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: Mail encoding problem..

Post by juergen »

hrmpfffffff :?

Little bit of problem now, you decide: correct mails oder correct site
Post Reply