Eldi
Member
I want to change the email where unsubscribes are sent.
File: apps/console/commands/SendCampaignsCommand.php on line on line 1296 has:
$mailToUnsubscribeHeader = sprintf(', <mailto:%s?subject=%s&body=%s>', $listUnsubscribeHeaderEmail, $_subject, $_body);
How do I change value of $listUnsubscribeHeaderEmail to X-Sender value or ReturnPath value.
Thank you
File: apps/console/commands/SendCampaignsCommand.php on line on line 1296 has:
$mailToUnsubscribeHeader = sprintf(', <mailto:%s?subject=%s&body=%s>', $listUnsubscribeHeaderEmail, $_subject, $_body);
How do I change value of $listUnsubscribeHeaderEmail to X-Sender value or ReturnPath value.
Thank you