Trying to include an image in an ASP Email but always end up with an empty box and when I look at the source of the email I see this in the code as opposed to the URL for the image:
<img src="&">
This is the code that I'm using to call for the image:
objCDOSYSMail.HTMLBody = objCDOSYSMail.HTMLBody & "<img src="&"""&""https://myurl.org/assets/2016/"& rs_anomaly("image_id") &".jpg""&"""&">"
Any help would be appreciated