The notification for publications is not building the recipient list correctly.Issue The notification for publications is not building the recipient list correctly. Steps to Reproduce: Go to Targeted Communications > Recipients ListsCreate a new list (using a single record is fine)Create New Publication Add Recipient Lists to new Publication|Short Description |Publish date +2 minutes|Expiry date next day|Email Template = Publication DefaultSend for reviewGo to Active Publications. Add Notifications to the personalized listWait for the notification to show up.Wait for PUB to change from Ready to Publish to PublishedCheck notification. Notice that it only adds the smtp address of the server and no one from the recipient list. Expected Behavior - The notification should show the recipients list correctly Actual Behavior - The notification does not show the recipients list correctly, instead it shows the server smtp address. CauseThe recipients of a Publication are calculated dynamically using a script. Since the notification is a static view, it only displays the instance address. The actual recipients of the publication are being added to the BCC list of the email notification. To verify that the email is being sent to all the members of a group, you can go to SystemLogs > Emails in your instance. There you can look at the BCC list to see all the recipients added and the email being sent.ResolutionThis is behaving as per the design. The recipients of a Publication are calculated dynamically using a script. Since the notification is a static view, it only displays the instance address. The actual recipients of the publication are being added to the BCC list of the email notification. To verify that the email is being sent to all the members of a group, you can go to SystemLogs > Emails in your instance. There you can look at the BCC list to see all the recipients added and the email being sent.