• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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