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