Quote:
Originally Posted by rlopez
Where is the template for the email that this mod sends out stored? I would like to modify this template.
|
The email templates can be found in the phrase table through this query:
Code:
SELECT * FROM `phrase`
WHERE varname LIKE 'ei_notify%' AND fieldname LIKE 'email%'
The full list includes a few additional templates for error notifications etc:
Code:
SELECT * FROM `phrase`
WHERE varname LIKE 'ei_%' AND fieldname LIKE 'email%'