A Andy Fernandez New Member Sep 15, 2016 #1 I want to remove this line of information that is being sent along with the email showing even the mailing list name. If any of you know how to remove that from being sent let me know. Thanks Example:
I want to remove this line of information that is being sent along with the email showing even the mailing list name. If any of you know how to remove that from being sent let me know. Thanks Example:
twisted1919 Administrator Staff member Oct 7, 2016 #2 You can comment out /apps/console/commands/SendCampaignsCommand.php Line 734
C Cuong le New Member Mar 24, 2017 #3 twisted1919 said: You can comment out /apps/console/commands/SendCampaignsCommand.php Line 734 Click to expand... How to remove in version 1.3.8.6?
twisted1919 said: You can comment out /apps/console/commands/SendCampaignsCommand.php Line 734 Click to expand... How to remove in version 1.3.8.6?
twisted1919 Administrator Staff member Mar 24, 2017 #4 @Cuong le - look for this line: PHP: array('name' => 'List-Id', 'value' => $list->list_uid . ' <' . $list->display_name . '>'),
@Cuong le - look for this line: PHP: array('name' => 'List-Id', 'value' => $list->list_uid . ' <' . $list->display_name . '>'),