views:

84

answers:

1

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?

+2  A: 

You may want to look into Persits ASPEmail. That package has an AddEmbeddedImage method.

As an alternative, here is an example using CDOSYS.

Forgotten Semicolon
Awesome. Was hoping there was a CDOSYS option since we don't have licenses to ASPEmail. Thanks!
JamesEggers