Add clarification comment

[MAILPOET-2333]
This commit is contained in:
Amine Ben hammou
2019-09-19 15:30:20 +01:00
committed by Jack Kitterhing
parent f1ee32399f
commit a9d46d3ca0

View File

@ -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(),
];