scripts/mail/.msmtprc
2025-04-22 13:48:02 +02:00

18 lines
237 B
Plaintext

defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/USER/msmtp.log
account [NAME]
host smtp.[PROVIDER].com
port 465
from [MAIL]
user [MAIL]
tls_starttls off
passwordeval /usr/bin/pass mail/[MAIL]