diff --git a/CRM/Report/Form/Mailing/Summary.php b/CRM/Report/Form/Mailing/Summary.php index 4289f9020bea..1bee34bd3305 100644 --- a/CRM/Report/Form/Mailing/Summary.php +++ b/CRM/Report/Form/Mailing/Summary.php @@ -54,6 +54,12 @@ public function __construct() { 'subject' => [ 'title' => ts('Subject'), ], + 'from_name' => [ + 'title' => ts('Sender Name'), + ], + 'from_email' => [ + 'title' => ts('Sender Email'), + ], ], 'filters' => [ 'is_completed' => [