Hello Zabbix community,
I trying to create an email alert. I used this tutorial : https://techexpert.tips/fr/zabbix-fr...-notification/
Except for the port, I using 587 not 465. This is my ssmtp conf :
My conf in media type :

I don't know what's wrong, in command line I can send an email :
[root@localhost certs]# echo "E-Mail using the command-line" | ssmtp [email protected]
My error :

Zabbix 3.4
Thank you
Netum
I trying to create an email alert. I used this tutorial : https://techexpert.tips/fr/zabbix-fr...-notification/
Except for the port, I using 587 not 465. This is my ssmtp conf :
Code:
[email protected] mailhub=smtp.google.com:587 Hostname=localhost.localdomain FromLineOverride=YES UseTLS=YES TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt [email protected] AuthPass=zzz UseSTARTTLS=YES
I don't know what's wrong, in command line I can send an email :
[root@localhost certs]# echo "E-Mail using the command-line" | ssmtp [email protected]
My error :
Zabbix 3.4
Thank you
Netum