Forum Discussion
cblown
Boss
In case someone else had this same problem locating docs on customising email templates, specifically emailURLs
If you want to add images link from assets into your email templates you can us this call
<img src="${emailUrls.getFrontPageUrl()}../html/assets/<name-of-asset>">
;)
ChiaraS
13 years agoLithium Alumni (Retired)
The following should also work:
<img src="http://$hostname/html/assets/<name-of-asset>" />
Related Content
- 3 years ago
- 5 years ago
- 3 years ago