Re: PHP email function



^you are on to something.

I think the content-type is the culprit, but i'm at a lose as to how to
incorporate the content-type into the mail function.

here's my code
mail($EmailTo, $Subject, $Body, "From: '$SName' <$EmailFrom>");

where would conent type go? as one of the headers or within the body?

.



Relevant Pages

  • Re: PHP email function
    ... incorporate the content-type into the mail function. ... As an additional header. ...
    (comp.lang.php)
  • Re: Python - CGI - XML - XSD
    ... It defines HTML depending on what appears in the XML document. ... Then the content-type might be the culprit, ...
    (comp.lang.python)