getDefaultPrivateReplyHandlerEmailAddress($handle, 'T'); } public function getReplyHandlerDomain() { return PhabricatorEnv::getEnvConfig( 'metamta.maniphest.reply-handler-domain'); } public function getReplyHandlerInstructions() { if ($this->supportsReplies()) { return "Reply to comment or attach files, or !close, !claim, ". "!unsubscribe, or !assign . ". "TODO: None of this works yet!"; } else { return null; } } }