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

Plesk cant send mail???

A

audun1

Guest
Hi.
Plesk can suddenly not send any mail.

This is the error:

72.232.82.10:

Unable to send notification: mail() failed: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()


This is also a problem with php mail() function.

Are there any solution on this ??

Thanks and hope for answer .
 
yes..

All standar mail from webmail, outlook osv is sending and the smtp is running.
 
what is your smtp server setting in php.ini ?

if it's like :

smtp_server: somehost
smtp_port: someport

try to open a telnet connection from cmd:

telnet somehost someport

to see is it working

are you able to open that connection ?
 
its ok now. I did found out that it was the granted access to localhost that was wrong
 
Back
Top