Date: Mon, 12 Aug 2002 14:37:18 +0100 From: Kevin Golding <kevin@caomhin.demon.co.uk> To: francisv@dagupan.com Cc: freebsd-isp@freebsd.org Subject: Re: Setting default e-mail sender on Apache Message-ID: <iHmcCkBOo7V9EwRX@caomhin.demon.co.uk> In-Reply-To: <10F29E27A956D511B0940050DA8D86A985C535@mailserver.dagupan.com> References: <10F29E27A956D511B0940050DA8D86A985C535@mailserver.dagupan.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Someone, quite probably , once wrote:
>but testing the web application still sends e-mail coming from the ID runnig
>the web process. BTW, my MTA is Postfix if this helps in troubleshooting the
>problem. Thanks also for the link :)
It's imperfect but you could always try telling them to use:
$headers = From: webmaster@client.tld
mail("to@address.com", "Subject line", "Test message", $headers);
What do you get from a phpinfo()? (just the mail settings really)
Kevin
--
kevin@caomhin.demon.co.uk
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?iHmcCkBOo7V9EwRX>
