diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-22 22:21:32 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-22 22:28:06 +0400 |
commit | b8b90d967ad4b796af94c214cb9c20b3d1edff80 (patch) | |
tree | eb3d44b26dbe0e42a556526d36df8b59f89d3e2f | |
parent | 7c0ac54437e07b85d857700296173035fec5e202 (diff) | |
download | pleroma-b8b90d967ad4b796af94c214cb9c20b3d1edff80.tar.gz |
Update documentation
-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 cad3af68d..4711b7f54 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -489,6 +489,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 |