Hi everyone…
I’m back again with a question about whether anyone knows PHP well enough to help me. I already have an emailing script all set up and implemented. What I want to know is how to send rich-text/HTML emails. I can’t get the
$content= $_POST['Message'];
command to send rich text. When I try sending HTML code, it changes it so that you view, for example,
<HTML>
but when you look at the source, it is really
<html>
. How do I turn this off and make it send what I originally entered and not translate it?