summaryrefslogtreecommitdiffstats
path: root/utils/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/license.go')
-rw-r--r--utils/license.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/license.go b/utils/license.go
index 3647b51cc..e28a43e29 100644
--- a/utils/license.go
+++ b/utils/license.go
@@ -186,6 +186,7 @@ func getClientLicense(l *model.License) map[string]string {
props["Email"] = l.Customer.Email
props["Company"] = l.Customer.Company
props["PhoneNumber"] = l.Customer.PhoneNumber
+ props["EmailNotificationContents"] = strconv.FormatBool(*l.Features.EmailNotificationContents)
}
return props