Hey,
There is a solution to dynamically generate the content of the site according to the user's permissions in a newsletter template?
Currently in my template I have this:
articles = Documents["/Articles"] .CultureVersions["en-US"] .Children .ClassNames("dancinggoat.article") .OrderBy("DocumentPublishFrom DESC") .TopN(4) .WithAllData .WithPermissionsCheck;
The WithPermissionsCheck property does not filter the result so I have non-accessible content in the newsletter ....
Thank you in advance!
Been a while since I have messed with Newsletters, but if I recall correctly when using dynamic newsletter it will pull the content based off a user that is not the user the email is going to.
Please, sign in to be able to submit a new answer.