diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-21 09:25:53 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-21 09:25:53 +0300 |
commit | 3edaecae96975c229c3b8bd7be2dc1208b9bcb82 (patch) | |
tree | 7d1650a7ffb7587c41be933460900c597b228ecd /docs/configuration/cheatsheet.md | |
parent | 1b82b7eac94e4a59bcaaaf9065a2f70801d58e64 (diff) | |
download | pleroma-3edaecae96975c229c3b8bd7be2dc1208b9bcb82.tar.gz pleroma-3edaecae96975c229c3b8bd7be2dc1208b9bcb82.zip |
added welcome email
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 6c1babba3..7e8f86aba 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -63,6 +63,18 @@ To add configuration to your config file, you can copy it from the base config. * `external_user_synchronization`: Enabling following/followers counters synchronization for external users. * `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances. +## Welcome +* `direct_message`: - welcome message sent as a direct message. + * `enabled`: Enables the send a direct message to a newly registered user. Defaults to `false`. + * `sender_nickname`: The nickname of the local user that sends the welcome message. + * `message`: A message that will be send to a newly registered users as a direct message. +* `email`: - welcome message sent as a email. + * `enabled`: Enables the send a welcome email to a newly registered user. Defaults to `false`. + * `sender_nickname`: The nickname of the local user that sends the welcome email. + * `subject`: A subject of welcome email. + * `html`: A html that will be send to a newly registered users as a email. + * `text`: A text that will be send to a newly registered users as a email. + ## Message rewrite facility ### :mrf |