0

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?

mrovnanik
  • 123
  • 9

1 Answers1

0

Problem solved. Image was not accessible, since I tested it on local only.

mrovnanik
  • 123
  • 9