PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Coding & Tutorials (http://www.phpdig.net/forum/forumdisplay.php?f=31)
-   -   Changing sendmail_from value (http://www.phpdig.net/forum/showthread.php?t=926)

cmouysset 05-10-2004 02:35 AM

Changing sendmail_from value
 
Hello,
I am sending emails from a shared server and in the emails received it says that the sender is the server itself. I am trying to change this so that I can receive to another address the returned mail because of delivery problems.
To do so I have:
1 - Set the headers From:, Reply-To:, X-Sender: and Return-Path all to the address I want to receive the returned mail to.
2 - I have created a .htaccess file to change the sendmail_from value and uploaded it in the root directory:
"php_value sendmail_from abc@abc.com" - abc@abc.com is just an exemple.

This still does not work. Could you please let me know what I am doing wrong?

Thanks,

Christian


All times are GMT -8. The time now is 12:51 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.