This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/healthcheck/mail

10 lines
213 B
Text
Raw Normal View History

2022-11-24 14:22:31 +00:00
#!/usr/bin/sh
set -e
cd /opt/ || exit
envsubst < template.msmtprc > msmtprc
envsubst < mailcheck.template.mail > mailcheck.mail
msmtp -C /opt/msmtprc -a default "$MAIL_HC_UID@hc-ping.com" < /opt/mailcheck.mail