mg33dev submitted a new resource:
Logo on emails - Just a really easy way to add a logo to outgoing emails.
Read more about this resource...
Logo on emails - Just a really easy way to add a logo to outgoing emails.
To place your logo in the emails please follow the details below;
- Login to Admin
- Go to Appearance > Templates
- Choose your style
- Click Email
- Click MAIL_CONTAINER
Find the following lines: (should be on line 19)
Code:<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
Replace with:
Code:<a href="{{ link('canonical:index') }}"> <img src="HTTPS://FULL-URL-TO-YOUR-LOGO-FILE" width="354px"...
Read more about this resource...