Hello. I have a trouble with the envelope return_path.
My php script has this.
$envelope["from"]= "info@mensajote.com";
$envelope["return_path"]= "info@mensajote.com";
$envelope["in_reply_to"]= "info@mensajote.com";
$envelope["reply_to"]= "info@mensajote.com";
But the email that I sent arrive with this.
Return-path: <@artic.x10hosting.com>
Envelope-to: sms@mensajote.com
Delivery-date: Sun, 05 Apr 2009 23:08:48 -0500
Received: from stsights by artic.x10hosting.com with local (Exim 4.69)
(envelope-from <@artic.x10hosting.com>)
id 1Lqg8Z-0002a8-3X
for sms@mensajote.com; Sun, 05 Apr 2009 23:08:43 -0500
To: sms@mensajote.com
Subject: DE: ss
From: info@mensajote.com
Reply-To: info@mensajote.com
In-Reply-To: info@mensajote.com
If you look the return_path is not changed to info@mensajote.com and it should be changed because in the script is correctly put in $envelope["return_path"]= "info@mensajote.com";
Could any one knows how to fix this error??
Thanks a lot guys.
My php script has this.
$envelope["from"]= "info@mensajote.com";
$envelope["return_path"]= "info@mensajote.com";
$envelope["in_reply_to"]= "info@mensajote.com";
$envelope["reply_to"]= "info@mensajote.com";
But the email that I sent arrive with this.
Return-path: <@artic.x10hosting.com>
Envelope-to: sms@mensajote.com
Delivery-date: Sun, 05 Apr 2009 23:08:48 -0500
Received: from stsights by artic.x10hosting.com with local (Exim 4.69)
(envelope-from <@artic.x10hosting.com>)
id 1Lqg8Z-0002a8-3X
for sms@mensajote.com; Sun, 05 Apr 2009 23:08:43 -0500
To: sms@mensajote.com
Subject: DE: ss
From: info@mensajote.com
Reply-To: info@mensajote.com
In-Reply-To: info@mensajote.com
If you look the return_path is not changed to info@mensajote.com and it should be changed because in the script is correctly put in $envelope["return_path"]= "info@mensajote.com";
Could any one knows how to fix this error??
Thanks a lot guys.