> ><?php
> >mail("[EMAIL PROTECTED]", "Press Picture Download",
> >"From: $emailadress\n
> >X-Originating-IP: [$REMOTE_ADDR]\n
> >Content-Type: text/plain; charset=iso-8859-1\n
> >Reply-To: $emailadress\n\n Name: $name\n Company: $company\n Adress:
> >$adress\n Email: $emailadress\n Business: $business\n Send info:
> >$noinfo\n Comments: $comments");
> >?>

You appear to be missing the body argument, which goes between the subject
and header arguments.

--
Richard Heyes
http://www.phpguru.org/frederick/
"The good thing about American-English is that you can arbitrarily make up
words if you're stuck in the middle of a sentence with no way out"


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to