mail function
Posted: Thu Nov 20, 2003 11:05 am
I'm trying to use the php mail function.
i define $email, $subject, $message and just call the mail function:
mail( $email, $subject, $message );
it sits there for a while, then returns a CGI error, saying something about incomplete headers.
Does anyone know what the problem might be?
Thanks.
i define $email, $subject, $message and just call the mail function:
mail( $email, $subject, $message );
it sits there for a while, then returns a CGI error, saying something about incomplete headers.
Does anyone know what the problem might be?
Thanks.