Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
email encoding problem
#1
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 ?
Reply
#2
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
Reply
#3
Hello

In install.php

Lg 211
Code:
$status   = sendmail($EMAIL1,'=?utf-8?q?'.$subject.'?=',$message);
Reply
#4
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);
Reply
#5
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
Reply
#6
Hello

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

But your post email in GS ?
Reply




Users browsing this thread: 1 Guest(s)