I've searched and can't find anything on this. I can't simply add a link to an image within an e-mail template? I have to be missing something....
Email Templates Can't Have Image Links?
Collapse
X
-
It can be done in the code view.
1. Add an image.
2. Switch to the code view.
3. Wrap the <img src="..."> with <a> tag.
Code:<a href="https://your-link"><img src="..."></a>
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
Comment