Re: [PHP] Re: mail -f option for removing nobody@localhost Return-Path

2003-11-21 Thread Burhan Khalid
Manuel Lemos wrote: [ snip ] Anyway, you may want to try this class that has work arounds to mail function bugs and emulates what you want by passing the Return-Path header: http://www.phpclasses.org/mimemessage Another good one is http://phpmailer.sourceforge.net PEAR also has a good Mail

[PHP] Re: mail -f option for removing nobody@localhost Return-Path

2003-11-19 Thread Manuel Lemos
Hello, On 11/19/2003 08:09 PM, Glenn Gasner wrote: Here is the code I'm using trying to replace [EMAIL PROTECTED] with my email address when I use the PHP mail() function to send a message: $headers=From: Glenn Gasner [EMAIL PROTECTED]\r\n .Reply-To: Glenn Gasner [EMAIL PROTECTED]\r\n