XF 1.4 Change email templates

Enable debug mode by adding this to the library/config.php file:

Code:
$config['debug'] = 1;

That will give you access to the Dev area which has the email templates:

Admin CP -> Development -> Email Templates
 
The answer has already been provided in the first response as to how to gain access to the templates.
In addition, it is now possible to create email template modifications.
 
The answer has already been provided in the first response as to how to gain access to the templates.
In addition, it is now possible to create email template modifications.
Thanks Brogan,

Yes I can access to email templates, but I want to change the style of emails, I mean structure of email (I want put my logo and some links in emails)
Would you please guide me exactly which template I should modify?
 
Top Bottom