[PHP] mail() question

2001-01-15 Thread Robert Hough
). However, if the message should bounce, it always bounces back to nobody. When we want it to bounce back to say, rch instead. Can any offer a possible solution here? TIA -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
that works as intended. The From field also displays correctly. The problem happens when the message bounces. For whatever reason, if the message bounces, it returns to nobody. Which, of course is what the web server is running as. -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://w

Re: [PHP] mail() question

2001-01-15 Thread Robert Hough
dmail -t -i [EMAIL PROTECTED]"; $fd = popen($mailer, "w"); fputs($fd, "$headers"); fputs($fd, "$message"); pclose($fd); -- Robert Hough ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]