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.mjs CHANGED
@@ -10550,7 +10550,7 @@ var Mailer = class {
10550
10550
  from: `${this.config.brandName} <${this.config.fromEmail}>`,
10551
10551
  to: [to],
10552
10552
  subject,
10553
- react: body
10553
+ html: body
10554
10554
  // or 'text: body' depending on your needs
10555
10555
  });
10556
10556
  console.log("SMTP Response:", response);