master
Jeffrey Paul 4 years ago
parent b6cee8acf5
commit 82e65ed42a
  1. 14
      email-to-webhook/README.md

@ -0,0 +1,14 @@
# email_to_webhook
put it in `/root/.forward`:
```
|"/usr/bin/envdir /etc/environment.d /usr/local/bin/email_to_webhook"
```
Then:
```
mkdir -p /etc/environment.d
echo "https://hooks.slack.com/services/blah/blah/secretblah" > /etc/environment.d/SLACK_WEBHOOK_URL
```
Loading…
Cancel
Save