Forum Moderators: coopster
mail("my@target.com", "The subject", "$message", "From:my@mysite.com\r\nReply-To: my@email.com \r\nReturn-Path: my@ mysite.com \r\n");
This becomes details of received email:
This header info of email:
Return-Path: <www-data@lblin5-3.wc1.someothersite.com>
X-Original-To: "my@email.com"@mailbox1.mc1.someothersite.com
Delivered-To: my@target.com
Received: from …
Received: from …
Received: from … (etc)
To: my@target.com
Subject: The subject
X-PHP-Script: www.mysite.com/mail.php for 172.16.10.1
From: my@mysite.com
Reply-To: my@mysite.com
Message-Id: <20070220203329.AD28B8A0072@ some-other-site.com >
Date: Tue, 20 Feb 2007 14:33:29 -0600 (CST)
Ii think it got to do with the return path but what can I do to stop filtering of this email?