Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: kamerek on December 20, 2005, 02:43:51 PM

Title: Activation link is bad for some mail accounts /other languages
Post by: kamerek on December 20, 2005, 02:43:51 PM
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?
Title: Re: Activation link is bad for some mail accounts /other languages
Post by: JayBachatero on December 20, 2005, 05:42:57 PM
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)
Title: Re: Activation link is bad for some mail accounts /other languages
Post by: kamerek on December 21, 2005, 05:13:51 AM
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
Title: Re: Activation link is bad for some mail accounts /other languages
Post by: JayBachatero on December 21, 2005, 11:25:05 AM
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. ;)