[pmwiki-users] Mail form without UTF8
Petko Yotov
5ko at 5ko.fr
Fri Jan 6 13:29:40 CST 2012
On Monday 02 January 2012 21:53:49, 123_dirk wrote :
> I have a German Page and Users can send a mail from my page.
> In German we have characters like "äüö" or in HTML äüö.
> But because of the UTF-8, the mails are with encodes chars.
Hello. Maybe you need to just fix the e-mail headers, so that your e-mail
software knows that this is UTF-8 text and display it correctly. No need to
modify the pmform.php script.
Add to config.php such a line:
$PmFormMailHeaders = 'Content-type: text/plain; charset=UTF-8';
Petko
More information about the pmwiki-users
mailing list