Hi there,
I need to update the current user that is receiving an email using OMC. I've set an email with "Render content for each recipient" checked.
On the template I've tried to use User.GetCurrentUser() but got the following results:
- When the email is sent the User.GetCurrentUser() is null;
- When using the preview functionality the User.GetCurrentUser() retrieves the backoffice logged user;
How can I get the UserID or UserEmail that is receiving the email? Any thoughts?
Thanks in advance,
BR, Mário