Search found 2 matches

by jasonrusso
Wed Feb 25, 2004 1:19 pm
Forum: PHP - Code
Topic: mail() building headers.
Replies: 3
Views: 344

reply

That didn't work. Emails are still bouncing to my root email account. i noticed the return-path says: <> . Wierd. Never had this problem in Perl. I'm not alone though, I see other users on my server using PHP mail() and there's are bouncing to the root too.
by jasonrusso
Fri Feb 20, 2004 11:42 am
Forum: PHP - Code
Topic: mail() building headers.
Replies: 3
Views: 344

mail() building headers.

I've been using PHP's mail() function in several of my programs. I didn't notice until recently that if an email is undeliverable it gets returned to my servers root mail account or root@localhost How do I get undeliverables to return to the email address in the mailheaders? Here's an example of my ...