Sample Header Ad - 728x90

Issues with Neomutt SMTP configuration

0 votes
0 answers
73 views
I have the following things not working in my neomutt application: 1. Email is displayed instead of Username. For example : johndoe@example.com is displayed instead of John Doe . 2. How to ensure that Neomutt applies the Standard TLS encryption for security similar to Gmail, which encrypts emails on transit? Neomutt MSMTP config
account johndoe@example.com
host smtp.gmail.com
port 587
from johndoe@example.com
user "John Doe"
auth xoauth2
passwordeval ""
tls_starttls
tls on
tls_trust_file	/etc/ssl/certs/ca-certificates.crt
logfile /home/greninja/.config/msmtp/msmtp.log
Asked by GreninjaShuriken4 (1 rep)
Feb 6, 2025, 06:42 AM