From 365d9fd38cb1b874a9b873d1a5109356704d6b95 Mon Sep 17 00:00:00 2001 From: Vic Date: Mon, 15 Jun 2026 14:38:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 0000000..786e36f --- /dev/null +++ b/config.txt @@ -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 your.email@gmail.com +user your.email@gmail.com +password ВАШ_16_ЗНАЧНЫЙ_ПАРОЛЬ + +account default : gmail \ No newline at end of file