Ajouter src/msmtprc

This commit is contained in:
2025-05-14 18:09:57 +00:00
parent 6ad3b3bd51
commit f65f173546

13
src/msmtprc Normal file
View File

@@ -0,0 +1,13 @@
# msmtprc global config
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /var/log/msmtp.log
account default
host {{SMTP_SERVER}}
port {{SMTP_PORT}}
from {{SMTP_EMAIL}}
user {{SMTP_USER}}
password {{SMTP_PASS}}