applyEmail($effect->getTarget(), $force = false); } public function getHeraldActionStandardType() { return self::STANDARD_PHID_LIST; } protected function getDatasource() { return new PhabricatorMetaMTAMailableDatasource(); } public function renderActionDescription($value) { return pht('Send an email to: %s.', $this->renderHandleList($value)); } }