RE: [PHP] Emailing dilemma

2007-11-27 Thread George Pitcher
Hi Rob, > > You could try the following headers (they might also cause trouble to the > antispam soft, but I'd give it a try) > > // Replies delivered to the user > Reply-To: <[EMAIL PROTECTED]> > // Bounces delivered to the user > Return-Path: <[EMAIL PROTECTED]> > // Errors delivered to the user

Re: [PHP] Emailing dilemma

2007-11-27 Thread Miles Thompson
il_from',$useremail); but that doesn't > > > seem > > > to work either. > > > > > > Can anyone point me in the right direction, please? > > > > > > > > > Cheers > > > > > > George in Edinburgh > > > &

RE: [PHP] Emailing dilemma

2007-11-27 Thread Andrés Robinet
> Sent: Tuesday, November 27, 2007 11:14 AM > To: PHP List > Subject: RE: [PHP] Emailing dilemma > > Miles, > > I see that tha manual talks about a trusted sender list > (/etc/mail/trusted-users). Do you know if there is something similar > for a > Windows

RE: [PHP] Emailing dilemma

2007-11-27 Thread George Pitcher
> To: PHP List > Subject: Re: [PHP] Emailing dilemma > > > George, > > Had this problem a year ago, although I'm not using PEAR. Have a look at > http://ca3.php.net/manual/en/function.mail.php > and this down in the additional_parameters(optional) section: > > &qu

Re: [PHP] Emailing dilemma

2007-11-26 Thread Miles Thompson
George, Had this problem a year ago, although I'm not using PEAR. Have a look at http://ca3.php.net/manual/en/function.mail.php and this down in the additional_parameters(optional) section: "For example, this can be used to set the envelope sender address when using sendmail with the *-f* sendmai