X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=cd0e145df67b1501e7bd5211165ade81a9679d7d;hb=0f0cc2703b7ffb99c58e72782925ea4dd61db41d;hp=7e31e6fb785ddd6d9cc56469486758cab85d228e;hpb=32a4501d2d1cdfef68cbde236482e0c84cce3a7a;p=akkoma diff --git a/docs/config.md b/docs/config.md index 7e31e6fb7..cd0e145df 100644 --- a/docs/config.md +++ b/docs/config.md @@ -436,6 +436,18 @@ Authentication / authorization settings. * `oauth_consumer_template`: OAuth consumer mode authentication form template. By default it's `consumer.html` which corresponds to `lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex`. * `oauth_consumer_strategies`: the list of enabled OAuth consumer strategies; by default it's set by OAUTH_CONSUMER_STRATEGIES environment variable. +## :email_notifications + +Email notifications settings. + + - digest - emails of "what you've missed" for users who have been + inactive for a while. + - active: globally enable or disable digest emails + - schedule: When to send digest email, in [crontab format](https://en.wikipedia.org/wiki/Cron). + "0 0 * * 0" is the default, meaning "once a week at midnight on Sunday morning" + - interval: Minimum interval between digest emails to one user + - inactivity_threshold: Minimum user inactivity threshold + # OAuth consumer mode OAuth consumer mode allows sign in / sign up via external OAuth providers (e.g. Twitter, Facebook, Google, Microsoft, etc.).