File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ News). See the [install options](#install-options) for examples on how to instal
43
43
Currently supported providers:
44
44
45
45
- [ Discord] ( providers/discord/README.md )
46
+ - [ Rocket.Chat] ( providers/rocketchat/README.md )
47
+ - [ SMTP (email)] ( providers/smtp/README.md )
46
48
- [ Yammer] ( providers/yammer/README.md )
47
49
48
50
### Install Options
Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ providers:
22
22
` ` `
23
23
24
24
[webhooks]:https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks
25
+
26
+ __Example post:__
27
+
28
+ 
Original file line number Diff line number Diff line change @@ -28,3 +28,7 @@ providers:
28
28
` ` `
29
29
30
30
[webhook]:https://rocket.chat/docs/administrator-guides/integrations/
31
+
32
+ __Example post:__
33
+
34
+ 
Original file line number Diff line number Diff line change 26
26
# customTemplate: /path/to/email.html
27
27
```
28
28
29
+ ## Default Template
30
+
31
+ The default email template looks like this:
32
+
33
+ ![ AWS News default email template] ( https://i.imgur.com/v6Ec7iK.png )
34
+
35
+ The footer can be customized in the [ config.yaml] ( /config.yaml ) ` providers.smtp.footer ` . For more
36
+ customization see [ custom template] ( #custom-template ) .
37
+
29
38
## Custom Template
30
39
31
40
To provide a custom email html template, start with the ` defaultTemplate ` included in the code
You can’t perform that action at this time.
0 commit comments