diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:12:33 +0530 |
commit | bd8919afb109efa0a92def766aca81f1e2e146fa (patch) | |
tree | a3cfbd93f8f0be44dd666969abdb20a27d6db84c /src/config/templates/neomutt/msmtprc.j2 | |
parent | 90b9ea4267ee04e1fe6f808ae322d4ad36edc693 (diff) |
Update neovim, neomutt, and shell configurations
Diffstat (limited to 'src/config/templates/neomutt/msmtprc.j2')
-rw-r--r-- | src/config/templates/neomutt/msmtprc.j2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config/templates/neomutt/msmtprc.j2 b/src/config/templates/neomutt/msmtprc.j2 new file mode 100644 index 0000000..d7f2270 --- /dev/null +++ b/src/config/templates/neomutt/msmtprc.j2 @@ -0,0 +1,11 @@ +account mailbox +host smtp.mailbox.org +from {{ mail.primary }} +user {{ mail.primary }} +port 465 +auth on +tls on +tls_trust_file /etc/ssl/certs/ca-certificates.crt +tls_starttls off +passwordeval "secret-tool lookup password mailbox" +logfile ~/.msmtp.log |