Hi Justin, I just tried this code:
$headers .= "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\n"; $headers .= "From: Webstore <[EMAIL PROTECTED]>\n"; $headers .= "To: $email_address\n"; $headers .= "Bcc: [EMAIL PROTECTED]"; $headers .= "X-Priority: 1\n"; $headers .= "X-MSMail-Priority: Normal\n"; $headers .= "X-Mailer: My Website\n"; $headers .= "X-Return-path: ME <[EMAIL PROTECTED]>\n"; $subject = "Your Order"; $from = "[EMAIL PROTECTED]"; $message .="xxxxxx"; mail($to, $subject, $message, $from, $headers) or print "Could not send mail to customer"; But I get a SAFE MODE error, so I guess Iıll just have to try that PEAR package. Regards Enda -- On 27/07/2004 22:25, "Justin Patrin" <[EMAIL PROTECTED]> wrote: > On Tue, 27 Jul 2004 22:07:52 +0100, Enda Nagle - Lists > <[EMAIL PROTECTED]> wrote: >> > Hi Guys, >> > >> > Iım using PHPıs mail() function on several sites, but have difficulty >> > sometimes with the mails being tagged as SPAM. >> > >> > I want to have the Return-Path set to the site admin, but canıt see where >> to >> > do this. >> > >> > I know that it can be done at server root level but I canıt really do that >> > as its a shared server. >> > >> > I do have my own php.ini file for my site, but can only see the following >> > vars: >> > >> > mail function] >> > ; For Win32 only. >> > SMTP = localhost >> > >> > ; For Win32 only. >> > sendmail_from = [EMAIL PROTECTED] >> > >> > ; For Unix only. You may supply arguments as well (default: "sendmail -t >> > -i"). >> > sendmail_path = /usr/sbin/sendmail -t -i >> > >> > Iım working off a Linux box, so presumably I canıt use the sendmail_from >> > variable? > > Nope, that's only for windows. > >> > >> > I also tried to set the following variable in the headers for the mail: >> > >> > $headers .= "X-Return-path: ME <[EMAIL PROTECTED]>\r\n"; > > This should work if you put it in the right place in the call. Try > just \n as well. If it doesn't work, try using a mailing class such > as: > > http://pear.php.net/package/Mail > >> > >> > Any help appreciated, >> > >> > Thanks >> > >> > Enda >> > -- >> > >> > - + - + - + - + - + - + - + - + - + - + - + - + - >> > >> > Enda Nagle >> > +353 86 168 0774 >> > [EMAIL PROTECTED] >> > www.category9.com >> > >> > - + - + - + - + - + - + - + - + - + - + - + - + - >> > >> > !DSPAM:4106c542182671082813648! >> > >