Page 1 of 1

Email notifications

Posted: Sun Oct 16, 2022 1:02 pm
by kmsgli
Hey everyone, finally got ZM working correctly and I am trying to get email notifications working with no luck.

OS: Arch Linux
Web server: Apache
SSMTP installed and functioning

setup in ZM using this link:

Code: Select all

https://wiki.zoneminder.com/How_to_get_ssmtp_working_with_Zoneminder
This test works in the command line:

Code: Select all

echo "Hello, World" | mail -s "My email check" user@gmail.com
So SSMTP works fine but when I set a filter to send email when alerted I get nothing and I am not seeing any errors in the log.

Am I maybe missing something obvious here?

Thanks.