- Issue created by @Quentin Massez
- Merge request !8#Issue 3507448: Fix Mail message needs to call a template defined in hook_theme. → (Open) created by Unnamed author
Mail message defined in send() method calls a template twig with path of module so we can't personalise it. And the variables called in the twig are not replaced by the render system but are replaced with a str_replace.
I made a patch that fixes that problems. With this patch, all websites car write their own template "email_login_otp_mail.html.twig" to write the message they want.
Active
1.1
Code