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…
firstname: @ViewBag.firstname
Recipient gets the mail but no name can anyone help with this code.
Thanks
I’ve managed to edit the register email with the info I need in the welcome email.
I want to have multiple register email templates, as each project has it’s it’s own template, but I cannot find this in the ASPNM24 templates, it’s ownly in the main folder.
In asppn23 the various HTML’s were in the templateWhere can I save the email template per project ?