'I want to display blob image in email

This html code I refer.

<td style='background-color:#efefef; text-align:center; vertical-align:center; padding: 10px;'>
    <img width="45px" height="45px" alt="coverImage" th:src="@{${trackDetail.coverImage}}"></td>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source