GetSimple Support Forum
email encoding problem - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: email encoding problem (/showthread.php?tid=1043)



email encoding problem - oscim - 2010-10-11

Hello,

I am happy to have found this cms, think for this application.

But, I'm bug in email and encoding.

In the subject ..
Code:
GetSimple L'installation s'est d& #233;roul& #233;e avec succ& #232;s

I have added space for view problem

For this install with language fr.

For me, the solution is
In te subject
Code:
'=?'.CHARSET.'?q?'.$subject.'?='


cf http://tools.ietf.org/rfc/rfc2047.txt

And, sorry for my english ! a forum in french ?


email encoding problem - maxpop - 2010-10-11

oscim Wrote:Hello,

I am happy to have found this cms, think for this application.

But, I'm bug in email and encoding.

In the subject ..
Code:
GetSimple L'installation s'est d& #233;roul& #233;e avec succ& #232;s

I have added space for view problem

For this install with language fr.

For me, the solution is
In te subject
Code:
'=?'.CHARSET.'?q?'.$subject.'?='


cf http://tools.ietf.org/rfc/rfc2047.txt

And, sorry for my english ! a forum in french ?

Could u exactly show us were to put
'=?'.CHARSET.'?q?'.$subject.'?=' ???

//Maxpop


email encoding problem - oscim - 2010-10-11

Hello

In install.php

Lg 211
Code:
$status   = sendmail($EMAIL1,'=?utf-8?q?'.$subject.'?=',$message);



email encoding problem - maxpop - 2010-10-12

Cant find the install.php...?

Its only seen in package before installing GS.

oscim Wrote:Hello

In install.php

Lg 211
Code:
$status   = sendmail($EMAIL1,'=?utf-8?q?'.$subject.'?=',$message);



email encoding problem - oscim - 2010-10-13

Quote:Its only seen in package before installing GS.

Yes.

After install, in french, my first mail, has encoding error.

It does not give good impression Sad


email encoding problem - oscim - 2010-10-15

Hello

This email is encoded several times. It's now not possible recorvering.

But your post email in GS ?