Alerts Not Sending Mails

Hi guys, please below is the email configuration in my server.conf file but i still cant receive mails. Please help figure out where the issue is.

image

When i try the command echo “QUIT” | nc ...** 25** ; it worked fine and i could see the version and all.

But i still get this error persistently

image

I would appreciate if anyone can put me through.

Thanks

You’ve configured the email transport to use SSL but the SMTP server only seems to support plaintext connections of port 25/tcp.

So what exact change should i make to make it work fine?

Take a look at the transport_email_* settings and configure them according to your environment.


This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.