• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Missing umlauts in emails with php as fastcgi

Discogalaxy

New Pleskian
Hi there.
Switched from php as apache-module to fastcgi and now umlauts are missing in emailbody. in subject they are shown, but not in body. seems not a charset problem, bc they are not show wrong coded, just nothing :(

maybe someone can help with digging into this?
 
Make sure with help of phpinfo() that your php has default_charset = "UTF-8" to make your php files work by default with that charset.
 
Maybe it is webmail related problem? Have you asked webmail community about this issue?
 
Found the error.
It was a "wrapper-script" between php and sendmail to help me detect spamming scripts.

Can you provide me a command that reconfigures the local php.ini under /var/www/vhosts/system/domain.tld/etc/php.ini

When i change php version and change back it seems that the php.ini for that domain is new written from original php.ini. is there a way to get it done for all >100 domains on that server?
 
You can try to use

# /usr/local/psa/bin/php_settings --help

Usage: php_settings command [options]
Available commands:
--update-all or -u Update per-domain PHP settings of all domains in accordance with the server-wide php.ini file.
 
Back
Top