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/data/mail

9 lines
223 B
Bash
Executable file

#!/usr/bin/sh
set -e
cd /opt/ || exit
envsubst < template.msmtprc > /tmp/msmtprc
envsubst < mailcheck.template.mail > /tmp/mailcheck.mail
msmtp -C /tmp/msmtprc -a default "$MAIL_HC_UID@hc-ping.com" < /tmp/mailcheck.mail