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