Email notifications

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
kmsgli
Posts: 4
Joined: Sat Oct 08, 2022 12:06 pm

Email notifications

Post 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.
Post Reply