.msmtprc 328 B

1234567891011121314151617
  1. defaults
  2. auth on
  3. tls on
  4. tls_starttls on
  5. tls_trust_file /etc/ssl/certs/ca-certificates.crt
  6. logfile ~/.msmtp.log
  7. account ak
  8. host smtp.yandex.com
  9. port 587
  10. user abdullah@abdullah.today
  11. from abdullah@abdullah.today
  12. passwordeval "echo $(gpg --batch -q --decrypt ~/.local/share/misc/abdullah.gpg)"
  13. account default: ak
  14. # vim:ft=msmtp