Hello everyone,
I am trying to configure email notifications in NetXMS 6.0.3 on Windows using Gmail's SMTP server, but I cannot get it to work.
My notification channel is configured as follows:
Server=smtp.gmail.com
Port=587
FromAddr=my gmail
FromName=Sistema NetXMS
Login=my gmail
Password=App password
TLSMode= STARTTLS
IsHTML=yes
The channel shows a green status indicator, but when I try "Send Notification" it fails. In the log I see:
"Call to curl_easy_perform("smtp://smtp.gmail.com:587") failed (60: SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))"
I have already tried adding a cacert.pem file and pointing to it in netxmsd.conf and via the environment variable, but the error persists.
Has anyone successfully configured Gmail SMTP with NetXMS on Windows recently? Any advice on how to resolve the certificate verification issue would be greatly appreciated.
Thank you in advance!
I am trying to configure email notifications in NetXMS 6.0.3 on Windows using Gmail's SMTP server, but I cannot get it to work.
My notification channel is configured as follows:
Server=smtp.gmail.com
Port=587
FromAddr=my gmail
FromName=Sistema NetXMS
Login=my gmail
Password=App password
TLSMode= STARTTLS
IsHTML=yes
The channel shows a green status indicator, but when I try "Send Notification" it fails. In the log I see:
"Call to curl_easy_perform("smtp://smtp.gmail.com:587") failed (60: SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))"
I have already tried adding a cacert.pem file and pointing to it in netxmsd.conf and via the environment variable, but the error persists.
Has anyone successfully configured Gmail SMTP with NetXMS on Windows recently? Any advice on how to resolve the certificate verification issue would be greatly appreciated.
Thank you in advance!