diff --git a/social/email/61-email.html b/social/email/61-email.html
index 7c67b171..42cccb5f 100644
--- a/social/email/61-email.html
+++ b/social/email/61-email.html
@@ -507,7 +507,7 @@
// User Management
let cacheItemCount = 0;
if (node.mtausers && node.mtausers.length > 0) {
- cacheItemCount = node.users.length;
+ cacheItemCount = node.mtausers.length;
node.mtausers.forEach(function (element, index, array) {
generateUserEntry(element, index);
});