Is there any way how to send notifications through Google's SMTP server?
Thank you,
Peter
Thank you,
Peter
Code: ; Use it for client mode client = yes ; Service-level configuration [ssmtp] accept = 25 connect = smtp.gmail.com:465
/etc/zabbix/alert.d/zext_msmtp.sh: line 72: msmtp: command not found sed: couldn't flush stdout: Broken pipe
sed 's/$/\r/' <<EOF | msmtp --account zabbix [email protected] From: [email protected] To: [email protected] EOF
msmtp: command not found
# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
Comment