I am using PHP4 with Apache locally. I have problems testing the mail function locally. I have tested a few MAIL and FORM scripts with the same result;
: Failed to Connect in row X
the row always begin with;
mail($recipient, $subject, $body, $headers);
Any help would be appreciated / Henrik