diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-01-22 15:59:37 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-01-22 15:59:37 -0600 |
commit | 4c59e9477a601b5fff4ac1ee1483e0594b35a306 (patch) | |
tree | c4e11c2ffae8d870bdb56659c740e04a566a41b6 /docs/configuration/cheatsheet.md | |
parent | e151dea2768d82a07316887e903f7d1bfc2d0963 (diff) | |
parent | 0b843f25679a9aa891ae4e9ff8bc2d31ac9f407c (diff) | |
download | pleroma-4c59e9477a601b5fff4ac1ee1483e0594b35a306.tar.gz |
Merge branch 'feature/new-registrations-digest' of git.pleroma.social:pleroma/pleroma into feature/new-registrations-digest
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 30d673eba..14bd7b600 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -484,6 +484,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 |