diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:52:39 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:52:39 +0530 |
commit | 35476da777e19e2bcee10beb5ed0ae7362adcd30 (patch) | |
tree | a44bfb642b4dedf7f246a82a6771980604508a55 /src/config/templates/neomutt/msmtprc.j2 | |
parent | 5f0f24a52d9175ab638b3d1a77454e65fad88248 (diff) |
Update documentation, small fixes to variable namespacing
Diffstat (limited to 'src/config/templates/neomutt/msmtprc.j2')
-rw-r--r-- | src/config/templates/neomutt/msmtprc.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/templates/neomutt/msmtprc.j2 b/src/config/templates/neomutt/msmtprc.j2 index d7f2270..e746566 100644 --- a/src/config/templates/neomutt/msmtprc.j2 +++ b/src/config/templates/neomutt/msmtprc.j2 @@ -1,7 +1,7 @@ account mailbox host smtp.mailbox.org -from {{ mail.primary }} -user {{ mail.primary }} +from {{ config.mail.primary }} +user {{ config.mail.primary }} port 465 auth on tls on |