• 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.

Sendmail using PHP doesn't work after upgrade to Plesk 8.0

T

tcong

Guest
After upgrading to Plesk 8.0, I am unable to use the Sendmail method using PHP script. It works prefectly alright before the upgrade.(Plesk 7.5.4)

I'm using the phpmailer 1.7.3.

Is there any setting i need to set to make it works?

Please advise.

Thank you
 
Is PHP Safemode turned on? If so, try turning it off. I had a similar problem and this fixed it for me.
 
Originally posted by Sekka
Is PHP Safemode turned on? If so, try turning it off. I had a similar problem and this fixed it for me.

I already have safe mode off.

Am I looking at the correct lines of code?

;
; Safe Mode
;
safe_mode=off

; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
safe_mode_gid = Off

Please advise.
 
Back
Top