I want to use user id/name in custom emails, when i use
{{trans "% name," name = $ user.name}}
I get empty field.
Do I have to create custom variables for this data?
Hi @maciejmodl497d
When you want to trigger this email?
for example for order.
use-custom-variables-in-transactional-email-in-magento-2/
Hi, i want to make a custom email template "Forgot Admin Password" when I use the default text in my new template, I see that the link has no user id number.
{{store url="admin/auth/resetpassword/" _query_id=$user.id _query_token=$user.rp_token _nosid=1}}