[nycphp-talk] Email header problem
Jeff Siegel
jsiegel1 at optonline.net
Fri Mar 26 20:44:48 EST 2004
I'm running into the following problem (this is on a shared server).
If I use the standard PHP mail function to send mail, the "From "
address says "unprivileged user" because I'm not using a legitimate
account that is associated with the domain.
However, if I manipulate the mail headers so that it uses an existing
email account (specifically noresponse at mydomain.com), additional headers
(see below) are added and are dumped into the message body. These
headers are added by the ISP. So...just wondering how do I use the
headers to specify the "from" address without having these headers
dumped into the message body.
Jeff
-----------------
Reply-To: noresponse at mydomain.com
X-Mailer: PHP/4.3.4
Message-Id: <E1B72kp-0005Hg-IE at hofweb8.com>
Date: Fri, 26 Mar 2004 20:36:55 -0500
X-AntiAbuse: This header was added to track abuse, please include it
with any abuse report
X-AntiAbuse: Primary Hostname - isp.com
X-AntiAbuse: Original Domain - optonline.net
X-AntiAbuse: Originator/Caller UID/GID - [65534 65534] / [26 6]
X-AntiAbuse: Sender Address Domain - mydomain.com
More information about the talk
mailing list