1
Hello,
I found this when I started getting mail on my machine:
phpmailer does not follow the charset of the site. Eg. in a non english site (in my case with iso-8859-7) phpmailer keeps sending messeges in iso-8859-1 charset.
Normally it should read the charset of the theme. So when changing a themes with a different encoding phpmailer should also change his encoding. Or when having a theme in none iso-8859-1 charset it should follow the charset of the theme and not keep the iso-8859-1 charset.
There is a file called class.phpmailer.php (or someting like that) where a variable of the charset is set. I guess it should change according to the charset of the site.
But although I changed it manully XOOPS keeps sending messeges in iso8859-1 charset. Maybe I dont know how to update XOOPS after editing class.phpmailer.php
Anyway my 2 cents
Nick