email with ssmtp
Posted: Sat Jan 21, 2017 9:41 am
Hello ,
i have successfully tested ssmtp with the mail command line option (i get the messages).
and configured zoneminder as explained in the wiki to send messages through ssmtp.
(i'm on zm 1.28)
Everything seems all right in the Log when emails are triggered on alarms, e.g i get
info messages :
2017-01-21 09:16:30.877610 zmfilter 16667 INF Notification email sent zmfilter.pl
2017-01-21 09:16:30.875550 zmfilter 16667 INF Sending notification email 'zm_alert' zmfilter.pl
2017-01-21 09:16:30.873060 zmfilter 16667 INF Creating notification email zmfilter.pl
however i don't receive any message !
I'm wondering what else could i do to debug what is being done by ssmtp , when this perl
command occurs?
$mail->send('sendmail','/usr/sbin/ssmtp',$Config{ZM_EMAIL_ADDRESS});
thank you in advance for any advices and comments
i have successfully tested ssmtp with the mail command line option (i get the messages).
and configured zoneminder as explained in the wiki to send messages through ssmtp.
(i'm on zm 1.28)
Everything seems all right in the Log when emails are triggered on alarms, e.g i get
info messages :
2017-01-21 09:16:30.877610 zmfilter 16667 INF Notification email sent zmfilter.pl
2017-01-21 09:16:30.875550 zmfilter 16667 INF Sending notification email 'zm_alert' zmfilter.pl
2017-01-21 09:16:30.873060 zmfilter 16667 INF Creating notification email zmfilter.pl
however i don't receive any message !
I'm wondering what else could i do to debug what is being done by ssmtp , when this perl
command occurs?
$mail->send('sendmail','/usr/sbin/ssmtp',$Config{ZM_EMAIL_ADDRESS});
thank you in advance for any advices and comments