Platinum_ar Hi, New language problem has appeared during the test. MySQL database has right UTF8 Polish collation but received emails has ? instead of polish letters like ą ś ć etc. in ReceivedEmails Table. Is there any change to fix this?
Platinum_ar I've wasted 5h on this and finally I got a solution. Setting collation and coding in phpmyadmin did not help... solution: put in your C:\wamp\bin\mysql\mysql5.5.24\my.ini: [mysqld] character-set-server=utf8 collation-server=utf8_general_ci cheers![/code]