gemcap-be-common 1.5.39 → 1.5.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.5.39",
3
+ "version": "1.5.40",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -596,11 +596,9 @@ export class NodemailerService {
596
596
  .replace('${signature}', signature);
597
597
  try {
598
598
  this.transporter.sendMail({
599
- from: 'dev@blackfeatherfunding.com',
600
- to: 'echonok@gmail.com',
601
- // from: `${senderEmail.title} <${senderEmail.address}>`,
602
- // to: email.addresses,
603
- // cc: `${senderEmail.title} <${senderEmail.address}>`,
599
+ from: `${senderEmail.title} <${senderEmail.address}>`,
600
+ to: email.addresses,
601
+ cc: `${senderEmail.title} <${senderEmail.address}>`,
604
602
  subject: email.subject,
605
603
  text: email.subject,
606
604
  html: replacedData,