Hello
Some mail servers read incorrectly activation link and whole message when using other languages in themes:
for example:
http://siteaddress.index.php=3Foption=3Dcom=5Fsmf&Itemid=3D28&=3Faction=3Dactivate;u=3D18;code=3Df7e561b661
is there anything I could do with this? or is this just mail server config issue and his admin must do this?
Insert this into phpMyAdmin
INSERT INTO smf_settings
(variable, value)
VALUES ('disableQuotedPrintable', '1');
What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0)
THX ;)
I tried this query on the testing forum (not bridged) and works, so must works on bridged too
I know what it is phpmyadmin
You're welcome. Glad to hear that you got it fixed.
About phpMyAdmin is something that we do to save time. Remember not everyone else knows about it. ;)