I'm trying to add an image to the "Password Change Link" message but HtmlIzer.php seems to be taking any urls like ?endPoint=attachment and changes them to a broken link of the form:
src="data/upload/..." is this by design? Also the login seems to get triggered when $this->entityManager !=null which seems true all the time?
Am i missing something here? How do a get an image into the email? Is the only way to have a none ?endpoint based image?
Thanks
src="data/upload/..." is this by design? Also the login seems to get triggered when $this->entityManager !=null which seems true all the time?
Am i missing something here? How do a get an image into the email? Is the only way to have a none ?endpoint based image?
Thanks
Comment