On Sat, Dec 03, 2005 at 10:17:59PM -0700, Dan wrote:
> Yes that does work but the return path and my mail headers still show  
> the main domain.  My point is that PHP should be acessing my SMTP  
> server specified but it is using the default local host instead.

If you note at php.net/mail that the SMTP  setting is only for
windows. Under *nix only as current installed MTA like sendmail can
be used.

you can set your sendmail_path to pass parameters like :
  /sbin/sendmail -f [EMAIL PROTECTED]

Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to