mario-core 2.9.47-beta → 2.9.48-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4529,6 +4529,9 @@ var defaultparams = [{
4529
4529
  }, {
4530
4530
  label: "$MESSAGE$",
4531
4531
  meaning: "Message"
4532
+ }, {
4533
+ label: "$DOMAIN$",
4534
+ meaning: "Domain"
4532
4535
  }];
4533
4536
 
4534
4537
  var MailSubject = function MailSubject(_ref) {