Add clarification comment
[MAILPOET-2333]
This commit is contained in:
committed by
Jack Kitterhing
parent
f1ee32399f
commit
a9d46d3ca0
@ -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(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user