Email (userID and pwd) used to configure to send emails from the case level (to send email part of flow) which is working fine and emails being received to users email from the case.
Configured same Email (UserID and pwd) for Pulse notifications Account(PulseNotifications)and test connectivity is success.
Users tagged in Pulse notifications are able to receive/see notification msgs when they login to their Portal, but are NOT receiving the Pulse message to their email.
Hi @VenkatasivaK2881: Thanks for sharing this. Hope you have created the email account in the same name as what is mentioned in the data transform. In this case, please follow below to debug the issue.
Make sure your application is added to “System Runtime Context”
Trace pyProcessNotification queue processor and check if there are any errors. Also check if the right email account is used by the queue processor.
@ArulDevan Double checked and application is already added to System Runtime Context and right email account is used.
I did trace of pyProcessNoticifacation there are no errors (image snippet of the trace attached).
One more thing is the Pulse notification emails are working in Dev, but after deploying to Test env it is not working (Pulse notification emails are not being sent, we are on pega cloud).
I did compared tracing pyProcessNotification in both Dev and Test env, and all looks same with no errors and background processing are running on respective nodes.
In both Dev and Test envs , emails triggered from the flow (send simpleEmail activity) are working, but only Pulse notification email is not working in Test env Only.