When configuring the Standard Email Plugin in Aria Operations, the connection test fails with the following symptoms:
Email test error: [Could not connect to SMTP host: ####, port: 25, response: -1]curl -v telnet://####:25 from the Aria Operations appliance shows the connection is established but immediately dropped: * shutting down connection #0.VMware Aria Operations 8.x
The SMTP server or an intermediate firewall is actively terminating the connection. This typically occurs because the Aria Operations appliance IP address is not included in the SMTP server's trusted relay list or a firewall policy is dropping traffic from that specific IP.
To resolve this issue, ensure the Aria Operations appliance IPs are whitelisted on the SMTP relay server and any intermediate firewalls.
curl -v telnet://[SMTP_SERVER_IP]:25For more details on configuring outbound settings, see Adding outbound Notification Plug-Ins in VMware Aria Operations.