Search found 8 matches
- Sat Nov 08, 2008 7:22 am
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
- Sat Nov 08, 2008 7:13 am
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
- Tue Sep 09, 2008 5:25 pm
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
Sorry for the dumb question, but I have searched everywhere and I just can't find a simple example on how to setup a filter to email me when a motion event occurs. I have Mocord setup and I'm seeing the events. I also created a simple perl script to test the email sending function and it works. The ...
- Mon Aug 04, 2008 2:44 pm
- Forum: ZoneMinder Previous Versions
- Topic: Starting/Stopping ZM from a script
- Replies: 2
- Views: 2031
Excellent. I just learned something new!cordel wrote:Using the run states might serve you better.
http://www.zoneminder.com/forums/viewtopic.php?p=13102
Works like a charm.
Thanks much.
- Mon Aug 04, 2008 3:09 am
- Forum: ZoneMinder Previous Versions
- Topic: Starting/Stopping ZM from a script
- Replies: 2
- Views: 2031
Starting/Stopping ZM from a script
Hello all, I'm getting up to speed with ZM, and so far, I have managed the following: --Logitech WebCam (QuickCam Communicate STX) up and running using mjpg_streamer --Linksys IPCam (WVC54GCA) --Image delivery via email on motion detect (see thread at http://www.zoneminder.com/forums/viewtopic.php?t ...
- Mon Aug 04, 2008 1:29 am
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
I've discovered a few more issues for anyone interested in pursuing this strategy of including images in an email notification: A) The MIME content type should be changes from "multipart/mixed" to "multipart/alternative." Otherwise, the current codebase will generate two sets of messages, one plain ...
- Sun Aug 03, 2008 6:07 pm
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
Ahhh... that was the missing item, the requirement for %EI1%, %EIM%, (or presumably %EIV%). Seems to work just fine now. Also, regarding your comment on using SMTP authentication as a default, while I agree this is useful, the final implementation needs be optional. In my case--and likely the case ...
- Sun Aug 03, 2008 4:49 am
- Forum: User Contributions
- Topic: send html email w/inline images
- Replies: 22
- Views: 51272
Interesting idea. For those who want to implement this correctly, the code that's mentioned here replaces the code found in function SendEmail() of file zmfilter.pl (found in /usr/bin). Also, two questions for the author: --You iterate through attachments, but I'm unclear as to what attachments you ...