Author |
|
j@ck Newbie
Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 14 September 2006 at 7:41am | IP Logged
|
|
|
Hello,
if i write a new mail from MailBee WebMail a text like this:
=====================
this is a "test"
'this' is a test
=====================
the recipient gets a text like this:
=====================
this is a \"test\"
\'this\' is a test
=====================
how can i modify MailBee not to print these escape-signs?
Thank you!
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 14 September 2006 at 8:30am | IP Logged
|
|
|
We could not reproduce this problem on our installation of WebMail PHP. Could you please provide us with a test account on your mail server and your mail server domain name / IP address (we want to receive test mail via an external email client)? Thus, we would be able to reproduce the problem and find a solution. You can send this information to support@afterlogic.com.
Best regards,
Andrew
|
Back to Top |
|
|
j@ck Newbie
Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 14 September 2006 at 7:18pm | IP Logged
|
|
|
ok, I sent the information to you!
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 18 September 2006 at 9:51am | IP Logged
|
|
|
We found the issue is caused by the following setting of your PHP engine:
This setting makes PHP to forcedly quote singlequotes and doublequotes with backslashes. You can turn off this setting in php.ini:
and the issue will resolve. Please let us know the outcome.
Best regards,
Andrew
|
Back to Top |
|
|
j@ck Newbie
Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 19 September 2006 at 7:09pm | IP Logged
|
|
|
ok, thank you!!
Now it's working properly!
|
Back to Top |
|
|