Hello, good night everyone, everything good?
I started using keycloak a little while ago and I'm modifying the email sending template for password recovery.
The email is successfully sent without an image!
But when I add the <img src="..." alt=""> tag it doesn't send and I get the following error: Failed to template email.
I've also tried creating a directory called resources/img/images.jpeg inside my customTemplate, and using the <img src="${resourcesPath}"> but it didn't work either.
By any chance, would you know how to give me a direction on how I might be solving this problem?
Thank you in advance, best regards.