nolimit-x 1.0.93 → 1.0.94

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/processor.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nolimit-x",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "Advanced email sender ",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
package/src/processor.js CHANGED
@@ -542,6 +542,7 @@ class CampaignProcessor {
542
542
 
543
543
  let context = {
544
544
  EMAIL: email,
545
+ DOMAIN: domain,
545
546
  NAME: nameResult.name,
546
547
  FIRST_NAME: firstName,
547
548
  FULL_NAME: fullName,