Lost password email subject
This is the subject of the email that is sent when a user requests a password reset. Available variables are:
- <TMPL_VAR NAME=RESET_URL&ht; the URL that the user is prompted to visit in order to reset the password
- <TMPL_VAR NAME=USERNAME> the username
- <TMPL_VAR NAME=RESET_KEY> the reset key, a random alphanumeric string
- <TMPL_VAR NAME=PRODUCT_NAME> the name of the Product in System -> Configuration or in custom API
- <TMPL_VAR NAME=SERVICE_EMAIL> email of the person set as contact in the customer
- <TMPL_VAR NAME=XXX> Name of any column xxx from table 'customers', referring to the customer that is invoiced
- <TMPL_VAR NAME=YYY> Name of any column yyy from table 'people', referring to the person that is set as contact for the customer that is invoiced