vigil

Security camera system built on motion and yolov7.
Log | Files | Refs

commit 0d7ca0c147bbd65adf7bedb28b0115e6f156a654
parent c632f44f120af50dcd9746cf79d694107f6f8c6c
Author: dwrz <dwrz@dwrz.net>
Date:   Thu, 27 Oct 2022 20:03:14 +0000

Add msmtprc

Diffstat:
Aconfig/msmtprc | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/config/msmtprc b/config/msmtprc @@ -0,0 +1,14 @@ +defaults +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile ~/.msmtp.log + +account gmail +host smtp.gmail.com +port 587 +from user@example.com +user user@example.com +password app-password + +account default : gmail