[PHP] Return-Path
by Anthony Rodriguez other posts by this author
Apr 5 2002 12:49PM messages near this date
RE: [PHP] PHP stops execution without error message
|
Re: [PHP] Return-Path
Can you help me?
When I call the following script:
(1) <?php
(2) mail("afrodriguez@att.net",
(3) "Test",
(4) "Test",
(5) "From:SBW Research <mail@[...].com> \r\n",
(6) "Return-Path:<mail@[...].com> \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
(sbwi@bellatlantic.net)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Anthony Rodriguez
Jason Wong
|