Send MultiMail to Multiusers

Forum for questions and support relating to the 1.24.x releases only.
Locked
NunoM
Posts: 1
Joined: Wed Apr 27, 2011 5:57 pm

Send MultiMail to Multiusers

Post by NunoM »

I have one cam for user.
I wonder if there is a possibility of emailing a specific user.
That is, each user would have an email and when an event was created only the particular user will receive the mail.
Thanks
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: Send MultiMail to Multiusers

Post by PacoLM »

Hi,

I believe you could send the mail to multiple users if you edit your /usr/bin/zmfilter.pl and add a line for each user email:

Look for the line containing MIME::Lite->send , and change it to be something like:
MIME::Lite->send( "smtp", ZM_EMAIL_HOST, Timeout=>60, AuthUser=>'your@email.com', AuthPass=>'yourpass' );

For each email account, the only thing is that you may need the password of each account, try it without the pwd just in case.

Hope it helps,

PacoLM

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Locked