gemcap-be-common 1.3.37 → 1.3.38
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
|
@@ -682,7 +682,7 @@ class NodemailerService {
|
|
|
682
682
|
.replace('${signature}', signature);
|
|
683
683
|
try {
|
|
684
684
|
this.transporter.sendMail({
|
|
685
|
-
from: this.getSender(ESenderType.NEW_BUSINESS
|
|
685
|
+
from: this.getSender(ESenderType.NEW_BUSINESS),
|
|
686
686
|
to: [...this.config.hiddenRecipient, ...email.addresses],
|
|
687
687
|
cc: this.getSender(ESenderType.NEW_BUSINESS, `: ${replacements.prospectName}`),
|
|
688
688
|
subject: email.subject,
|
|
@@ -775,7 +775,7 @@ export class NodemailerService {
|
|
|
775
775
|
.replace('${signature}', signature);
|
|
776
776
|
try {
|
|
777
777
|
this.transporter.sendMail({
|
|
778
|
-
from: this.getSender(ESenderType.NEW_BUSINESS
|
|
778
|
+
from: this.getSender(ESenderType.NEW_BUSINESS),
|
|
779
779
|
to: [...this.config.hiddenRecipient, ...email.addresses],
|
|
780
780
|
cc: this.getSender(ESenderType.NEW_BUSINESS, `: ${replacements.prospectName}`),
|
|
781
781
|
subject: email.subject,
|