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