@platform-x/hep-notification-client 1.2.3 → 1.2.4
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.
|
@@ -229,7 +229,7 @@ class EmailHandler {
|
|
|
229
229
|
sendEmailWithPersonalizations(emailConfig, email_from) {
|
|
230
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
231
231
|
logger_1.Logger.info(`EmailHandler: Reached sendEmailWithPersonalizations method with emailConfig: ${JSON.stringify(emailConfig)}`, 'sendEmailWithPersonalizations');
|
|
232
|
-
logger_1.Logger.info(`EMAIL_FROM-------> ${
|
|
232
|
+
logger_1.Logger.info(`EMAIL_FROM-------> ${email_from}`, 'triggerEmails');
|
|
233
233
|
const Mail = sgHelpers.classes.Mail;
|
|
234
234
|
// let email_from = isCFF ? config?.CFF_MAIL_FROM : config?.EMAIL_FROM;
|
|
235
235
|
logger_1.Logger.info('sendEmailWithPersonalizations : Email From:', JSON.stringify(email_from));
|