This is a part of code (an html code) used to prepare the body of an email message:
<tr><td>
<a href="http://www.something.com">
<img src="${sri.buildUrl('/rsk.png').url}" alt="Logo">
</a>
</td></tr>
I have the png file in the webroot/screen/webroot directory, but I just cannot get it to work. What is the proper way to get the resource location properly, so that the logo displays correctly?