I'm just starting to use php and have a question about the mail() function. The php.net definition of this function is
bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] )
My question - can mail() handle more variables besides $to, $subject and $message ?