• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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