Search found 1 match

by uboltun
Mon Dec 13, 2010 1:50 am
Forum: ZoneMinder 1.24.x
Topic: Email problems using SSMTP
Replies: 2
Views: 4270

I managed to get it to work with ssmtp and my gmail account with some editing of zmfilter.pl. There are two places that look essentially the same. old code: MIME::Lite->send( "smtp", ZM_EMAIL_HOST, Timeout=>60 ); $mail->send(); new code: #MIME::Lite->send( "smtp", ZM_EMAIL_HOST, Timeout=>60 ...