|
Posted by jodleren on 10/12/07 21:36
Hi fellow
I read about this here, and I need a simple form to post and mail a
simple table (formatting) in HTML.
My message is somthing like: <html><body><table....
I have a header as this.
$headers = "From:".$_POST["v8"]."\r\n".
"To:sonnich@--hot.ee\r\n".
"MIME-Version: 1.0\r\n" .
"Content-Type: text/html;\r\n";;
if (mail('sonnich@--hot.ee', 'Täidetud ankeet', $message,
$headers))
My problems:
the body remains plain text in Outlook Express.
>From is not visible
The ä remains as is in the header (should be ä)
Though my email is there twice, but the mail only once :-)
What do I dop wrong?
WBR
Sonnich
Navigation:
[Reply to this message]
|