We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18b4f2 commit 8bfab4eCopy full SHA for 8bfab4e
mailer.http.class.php
@@ -18,7 +18,7 @@ function __construct($exceptions = false)
18
parent::__construct($exceptions);
19
}
20
21
- function mailSend($header, $body) {
+ function mailSend($header, $body) { /** TODO check if need to use $header, $body */
22
return $this->sparkpostSend();
23
24
0 commit comments