infrastructure/roles/healthcheck/files/data/template.msmtprc

14 lines
224 B
Text
Raw Normal View History

2024-09-26 22:02:36 +00:00
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /tmp/msmtp.log
account default
host ${MAIL_HOST}
port ${MAIL_PORT}
tls_starttls on
from ${MAIL_USER}
user ${MAIL_USER}
password ${MAIL_PASS}