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

9 lines
213 B
Bash
Executable file

#!/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