Anyone know if this is possible?
I'm using a form which is filled out and is sent through email in an html format.
Basically, I have $message = the html code for a webpage.
$message is generated and filled with values that are sent through the form.
Currently, I can have $message appear in the email while keeping its html form. Is it possible to have $message attached as a .html file?