1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

add example email notification scripts

This commit is contained in:
Oliver Giles
2020-09-26 08:53:17 +12:00
parent 06a5f3d8ef
commit c774acbb98
5 changed files with 75 additions and 0 deletions

View File

@@ -373,6 +373,8 @@ author_email=$(git show -s --format='%ae' $rev)
laminarc set RECIPIENTS $author_email
```
See [notify-email-pretty.sh](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-pretty.sh) and [notify-email-text-log.sh](https://github.com/ohwgiles/laminar/blob/master/examples/notify-email-text-log.sh).
---
# Helper scripts