Mail 2 Webhook
The Problem Have you ever wanted to setup notifications on something in your home lab, but then given up because it doesn’t support your tool of choice? Well that was me. I wanted to setup notifications from a few of my apps and my NAS, which is running UnRaid, but they didn’t support Apprise API. The Solution To solve this, I developed Mail-2-Webhook, A simple SMTP server that takes emails and sends them to a webhook of choice. The default format is for Apprise, but I intend to add more customizations over time. ...