Skip to content

Commit

Permalink
more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Aug 21, 2021
1 parent cb33368 commit 436e11a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ pushover:
pushover_devices:
- "iphone"

smtp:
- id: email
smtp_server: mail.example.com
smtp_username: [email protected]
smtp_password: password
from_address: [email protected]
smtp_cc:
- [email protected]
smtp_format: "{{data}}"

custom:
- id: webhook
custom_webook_url: http://host/api/webhook
Expand Down

0 comments on commit 436e11a

Please sign in to comment.