• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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