- Issue created by @rodrigoaguilera
- Merge request !6Issue #3523241: Support token replacements for emails sent → (Open) created by rodrigoaguilera
- 🇪🇸Spain rodrigoaguilera Barcelona
I also fixed a bug with the emails to admins not being sent due to this line
if($this->apply_for_role_config->get('send_user_approval_email')){
The idea would be to only use tokens in the future instead of the custom replacements logic but I think this is a small step in the right direction.
Please review