I have done this before in ASP.Net; however, not in Classic ASP.
Is it possible (and if so how) to create an HTML email in Classic ASP that includes embedded images?
I have done this before in ASP.Net; however, not in Classic ASP.
Is it possible (and if so how) to create an HTML email in Classic ASP that includes embedded images?
You may want to look into Persits ASPEmail. That package has an AddEmbeddedImage method.
As an alternative, here is an example using CDOSYS.