In v2023 I was able to customize the HTML for registration, password reset etc... to show the recipient name.
Now in new version (v2024) the code is different, and uses this ViewBag method.
Eg:
I'm trying to get the First name to be in the email, some other tags also...
<p>firstname: @ViewBag.firstname</p>
Recipient gets the mail but no name can anyone help with this code.
Thanks