Can you help me?
When I call the following script:
(1) <?php
(2) mail("[EMAIL PROTECTED]",
(3) "Test",
(4) "Test",
(5) "From:SBW Research <[EMAIL PROTECTED]>\r\n",
(6) "Return-Path:<[EMAIL PROTECTED]>\r\n");
(7) exit;
(8) ?>
I get the following error message:
Warning: Wrong parameter count for mail() in ... (file_name) ... on line 6.
By the way, I tried it with and w/o the \r.
Any suggestions?
Thanks!
Anthony F. Rodriguez
([EMAIL PROTECTED])
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php