diff options
author | lain <lain@soykaf.club> | 2020-02-20 11:58:37 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-20 11:58:37 +0000 |
commit | e0b2de63853e9a14b72faddf6e1180a098728205 (patch) | |
tree | daef5b359ffb611face916497c14342e75ac92a6 /docs/configuration/cheatsheet.md | |
parent | cf4ecffcea84d9b214f922a973d50c699317a202 (diff) | |
parent | 50d9fcbe29acae63ad2aec4eadedf7b9ba614428 (diff) | |
download | pleroma-e0b2de63853e9a14b72faddf6e1180a098728205.tar.gz pleroma-e0b2de63853e9a14b72faddf6e1180a098728205.zip |
Merge branch 'feature/new-registrations-digest' into 'develop'
New users digest email
Closes #1514
See merge request pleroma/pleroma!2128
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 2bd935983..c9559fe85 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -501,6 +501,10 @@ Email notifications settings. - `:logo` - a path to a custom logo. Set it to `nil` to use the default Pleroma logo. - `:styling` - a map with color settings for email templates. +### Pleroma.Emails.NewUsersDigestEmail + +- `:enabled` - a boolean, enables new users admin digest email when `true`. Defaults to `false`. + ## Background jobs ### Oban |