At 06.04.2002  08:33, you wrote:
>In line 6 (below) I tried both "Return_Path:<[EMAIL PROTECTED]>" and 
>"[EMAIL PROTECTED]". I still don't get back the e-mail sent to a 
>non-existent address.
>
>Can you help?
>
>
>(1) <?php
>(2) mail("[EMAIL PROTECTED]",
>(3) "Test",
>(4) "Test",
>(5) "From:SBW Research <[EMAIL PROTECTED]>\r\n".
>(6) "[EMAIL PROTECTED]\r\n");

try "Reply-To: [EMAIL PROTECTED]\r\n");

>(7) exit;
>(8) ?>
Maybe you should replace \r\n by a single \n (only a suggestion as I work 
on LAMP, never dealed
with \r\n, but never had probs)
HTH Oliver


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to