In order to manage new information about my users that it can be used in the notifications mails I´m added a test field named "type_user" as NVARCHAR.
What I need to use that field as "$user.type_user" in the mail templates ".vm"?
I would recommend looking at the code and see how we use existing fields.
Thanks a lot Anton.
I add the new field in the "User.js" but I don´t know if it is enougth.
In order to manage new information about my users that it can be used in the notifications mails I´m added a test field named "type_user" as NVARCHAR.
What I need to use that field as "$user.type_user" in the mail templates ".vm"?