Comment on Selfhosted systrem to monitor daily incoming email (backup reports)
zinderic@programming.dev 9 months ago
I would put a simple “grep <whafever> mail.log || curl ntfy.sh” or something like that. Ntfy can send you alert on the phone if some check failed or passed. For pass just use && :) Simple and it works.
anzo@programming.dev 9 months ago
Depending on how much infra you want to put up, there’s also mailinabox that can do all (email aliases, etc.)