nexus-backend 1.1.0 → 1.1.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
10575
|
+
react: body
|
|
10576
10576
|
// or 'text: body' depending on your needs
|
|
10577
10577
|
});
|
|
10578
10578
|
console.log("SMTP Response:", response);
|