• 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

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