Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2002 08:19:37 +0800
From:      francisv@dagupan.com
To:        kevin@caomhin.demon.co.uk
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   RE: Setting default e-mail sender on Apache
Message-ID:  <10F29E27A956D511B0940050DA8D86A985C568@mailserver.dagupan.com>

next in thread | raw e-mail | index | archive | help
Adding $headers to any outgoing mail doesn't work with Postfix :-/

-----Original Message-----
From: Kevin Golding [mailto:kevin@caomhin.demon.co.uk] 
Sent: Monday, August 12, 2002 9:37 PM
To: francisv@dagupan.com
Cc: freebsd-isp@freebsd.org
Subject: Re: Setting default e-mail sender on Apache

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?10F29E27A956D511B0940050DA8D86A985C568>