Quote:
|
PHP Warning: Wrong parameter count for mail() in mail.php on line 9
|
From the
mail() description:
Quote:
Description
bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )
|
Theres no (to, name, from, subject, message, headers) You can't call it like that, but have to make the name and from fit in the header setting.