On Friday 06 January 2012 20:49:22, 123_dirk wrote : > I will try this tomorrow. > > I don't know witch e-mail clients can do this, but the System in our > Company can't. Maybe because there is no information about the UTF-8 in > the Mail.
The variables I suggested will add the information about UTF-8 to the e-mail message and then, I'm pretty sure the message will be displayed correctly in all e-mail readers. I'm even using this with another alphabet (Cyrillic) without fail on different platforms. Petko > >> Add to config.php such a line: > >> $PmFormMailHeaders = 'Content-type: text/plain; charset=UTF-8'; > > > > And to correctly encode the e-mail subject, you should also add : > > $EnablePmFormMailSubjectEncode = 1; > > > > I'm thinking that these message headers should be enabled by default _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
