• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

php sendmail corrupt garbled messages

I

interversal

Guest
Hi,
When I create emails in programs like zen cart or mambo/joomla, the emails come out garbled. For example, an email with the text 'test' comes out as 'dGVzdA0K'

Longer emails look like 'RGVhciBaYXJrDQoNCldlIHdpc2ggdG8gd2VsY29tZSB5b3UgdG8gTkxQbXAzIEh5cG5vc2lzIGFu
ZCBOTFAgbXAzcyBEb3dubG9hZHMgYW5kIEZyZWUgU2FtcGxlcy4NCg0KDQoNCldpdGggeW91ciBh
Y2NvdW50LCB5b3U' etc.
Can anyone help me out on this, I'm at a loss,

thanks
Glenn
 
ok, found out what the problem was.
I recently added
mbstring.func_overload = 7
to my php.ini
removing it fixed it.
I think it was sugarcrm that wanted it.

cheers
glenn
 
Back
Top