Hi,
I am Enabling smtp email alerts in opscenter to receive mail alerts.
We have Gmail smtp relay which don't have any authentication as it works based on ip address authentication. how can we configure such smtp relay in opscenter configuration ?
I tried configuring by adding configuration in config_location/event-plugins/email.conf .
But i am not getting any alert on my mail id.
From logs i got below error :
2020-12-02 10:29:00,995 [DEV_Cluster] ERROR: 502 Server does not support Client Authentication schemes [CRAM-MD5, LOGIN, PLAIN] <<< 250-ENHANCEDSTATUSCODES <<< 250-PIPELINING <<< 250-CHUNKING <<< 250 SMTPUTF8 Error sending event to stephenward@stephen.com via email (MainThread)
seems like opscenter tries to authenticate but smtp relay dont support same. Not able to find any document about this information Could you please me to solve the same.