Forum Discussion
cblown
14 years agoBoss
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
14 years agoLithium Alumni (Retired)
The following should also work:
<img src="http://$hostname/html/assets/<name-of-asset>" />