liquid_feedback_frontend
diff model/event.lua @ 1305:fd50bdd36a4b
Set name for To: field of notification mails, added missing translation function call
author | bsw |
---|---|
date | Sat May 07 19:27:58 2016 +0200 (2016-05-07) |
parents | 9ff5b868760d |
children | 32cc544d5a5b |
line diff
1.1 --- a/model/event.lua Fri May 06 09:40:25 2016 +0200 1.2 +++ b/model/event.lua Sat May 07 19:27:58 2016 +0200 1.3 @@ -124,7 +124,7 @@ 1.4 envelope_from = config.mail_envelope_from, 1.5 from = config.mail_from, 1.6 reply_to = config.mail_reply_to, 1.7 - to = member.notify_email, 1.8 + to = { name = member.name, address = member.notify_email }, 1.9 subject = subject, 1.10 content_type = "text/plain; charset=UTF-8", 1.11 content = body