• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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