Email Template Variables / lodash

System Information
  • Strapi Version: 3.4.5
  • Operating System: Linux
  • Database: Mongo
  • Node Version: 8.10.0
  • NPM Version: 3.5.2
  • Yarn Version:

Hiya, I’m trying to add a lodash variable to the email confirmation template.

This is the URL I’m looking to send through this email.

frontend.com/<%= USER.MAIL %>/<%= CODE %>

USER.MAIL is the same of “to” so it shouldn’t be difficult, but I can’t find it.

Thanks in advance.