nexus-backend 1.1.1 → 1.1.2

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.
package/dist/index.js CHANGED
@@ -10572,7 +10572,7 @@ var Mailer = class {
10572
10572
  from: `${this.config.brandName} <${this.config.fromEmail}>`,
10573
10573
  to: [to],
10574
10574
  subject,
10575
- react: body
10575
+ html: body
10576
10576
  // or 'text: body' depending on your needs
10577
10577
  });
10578
10578
  console.log("SMTP Response:", response);