• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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