actually mail() has these paramters :
mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])
and $from is a header not a parameter, see example :
all mail's header (FROM , REPLY-TO ... etc) are in the header section ..
refer to PHP manual for info about that additional parameters ..