Posted by Curt Zirzow on 12/04/05 21:50
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 me@somehost.com
Curt.
--
cat .signature: No such file or directory
[Back to original message]
|