• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Atmail can't send mails

N

NEW Visions

Guest
When I try to send an email it shows these message:

Could not send message to SMTP server. Check you have access to send messages via the server and that all To/CC/BCC addresses are valid\nError: SMTP Server rejected email. Returned:530 Authentication required

Any idea???? It happens in all my sites..... plesk 9.3, CentOs, postfix.
 
Go to /var/www/atmail/libs/Atmail/ modify Config.php and check that 'smtphost' variable equal to 'localhost':

'smtphost' => 'localhost',
 
Back
Top