I want to send an HTML email where the body of the email is basically another HTML page. Is it possible to do that? The HTML page to send contains database records.
I tried using Msxml2.ServerXMLHTTP.3.0
to generate a HTTP request and store the response.Text
into the email HTML body variable but I encounter a problem with timeouts similar to this.