From a9d46d3ca06b54210a3213d2c3b7212f011a7d9e Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Thu, 19 Sep 2019 15:30:20 +0100 Subject: [PATCH] Add clarification comment [MAILPOET-2333] --- lib/API/JSON/v1/Mailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/API/JSON/v1/Mailer.php b/lib/API/JSON/v1/Mailer.php index 8a5018b31c..238588a1a2 100644 --- a/lib/API/JSON/v1/Mailer.php +++ b/lib/API/JSON/v1/Mailer.php @@ -45,6 +45,7 @@ class Mailer extends APIEndpoint { (isset($data['sender'])) ? $data['sender'] : false, (isset($data['reply_to'])) ? $data['reply_to'] : false ); + // report this as 'sending_test' in metadata since this endpoint is only used to test sending methods for now $extra_params = [ 'meta' => $this->mailerMetaInfo->getSendingTestMetaInfo(), ];