• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Php mail() doesnt work

JuanCar

Regular Pleskian
Server operating system version
Centos 7
Plesk version and microupdate number
Obsidian 18.0.55
Hello
In my plesk I cannot use php mail() function. Whe I use php mail() function the message is not sent and there is not any message in maillog.
It happens in all my domains, in any php version.
How can it be fixed?
 
Solved, I don't know why but the path to send mail didnit exist. So the solution was easy:
Delete symbolic links (like a reset of links)
#unlink /etc/alternatives/mta
#unlink /usr/sbin/sendmail
Recreate them
#ln -s /etc/alternatives/mta /usr/sbin/sendmail
#ln -s /usr/lib64/plesk-9.0/qmail-sendmail-wrapper /etc/alternatives/mta

So it's solved, but I have no idea why sendmail has been removed, but the technical service of my host has been working about another fail, perhaps this can be the origin.
 
Back
Top