Hello All
I would like to do this: $subject = "Your Order Information From mycompany ™";
it comes up in the email subject like this: Your Order Information From mycompany ™
i have my headers variable set like this: $headers .= "Content-type: text/html\r\n";
Never had a situation come up like this before and i wanted to know if this was possible, to put html in the subject line, and have it show up as html and not just plain text
Thanks

