liquid_feedback_frontend

diff config/example.lua @ 1250:84f6e17c7ceb

Completed support for new notification system
author bsw
date Sun Apr 17 15:03:44 2016 +0200 (2016-04-17)
parents 7f818548b7b8
children 32cc544d5a5b
line diff
     1.1 --- a/config/example.lua	Tue Apr 05 20:41:05 2016 +0200
     1.2 +++ b/config/example.lua	Sun Apr 17 15:03:44 2016 +0200
     1.3 @@ -147,6 +147,19 @@
     1.4  -- config.mail_reply_to = { name = "Support", address = "support@example.com" }
     1.5  
     1.6  
     1.7 +-- Template for digest emails
     1.8 +-- #{name} will be replaced by member screen name
     1.9 +-- #{digest} will be replaced with the digest content
    1.10 +-- ------------------------------------------------------------------------
    1.11 +-- config.notification_digest_template = [[
    1.12 +-- Hello #{name},
    1.13 +-- 
    1.14 +-- this is your personal digest.
    1.15 +-- 
    1.16 +-- #{digest}
    1.17 +-- ]]
    1.18 +
    1.19 +
    1.20  -- Configuration of password hashing algorithm (defaults to "crypt_sha512")
    1.21  -- ------------------------------------------------------------------------
    1.22  -- config.password_hash_algorithm = "crypt_sha512"

Impressum / About Us