• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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