richard-austin / security-cam

CCTV Security cam NVR accessible via web directly or through Cloud. service. Run on Raspberry pi
MIT License
6 stars 2 forks source link

Warning emails on public IP change not getting sent #122

Closed richard-austin closed 2 years ago

richard-austin commented 2 years ago

Following change to sending from Java/Groovy process.

Fix FileNotFoundException in ipCheckTimer and emailTimer when no file initially set up (perhaps automatically add it). No email sent even when myip file is present.

richard-austin commented 2 years ago

Fixed by change to using JavaMail in place of ssmtp which appears to get its messages blocked now,