• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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