Merge pull request #5587 from junction1153/patch-7
Add new_messages variable in VM Email template
This commit is contained in:
commit
815ff63296
|
|
@ -185,6 +185,7 @@
|
|||
subject = subject:gsub("${voicemail_description}", voicemail_description);
|
||||
subject = subject:gsub("${voicemail_name_formatted}", voicemail_name_formatted);
|
||||
subject = subject:gsub("${domain_name}", domain_name);
|
||||
subject = subject:gsub("${new_messages}", new_messages);
|
||||
subject = trim(subject);
|
||||
subject = '=?utf-8?B?'..base64.encode(subject)..'?=';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue