Hi Team,
As per my requirement,I need to set a custom 'Return-Path' email .I edited file include/Pear/mail/mail.php -function send().
I added following code before code : if (empty($this->_params) || ini_get('safe_mode'))
if(empty($this->_params)){
$this->_params ="-fadm@mydomain.com";
}
I tested most of scenarios and it is working as expected,but thought of confirming with experts.Can anyone please confirm on whether above changes are perfectly fine or they can cause any unforeseen issues?
Thanks,
Sri.