Skip to content

Commit 8bfab4e

Browse files
committed
Add todo note
1 parent a18b4f2 commit 8bfab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.http.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function __construct($exceptions = false)
1818
parent::__construct($exceptions);
1919
}
2020

21-
function mailSend($header, $body) {
21+
function mailSend($header, $body) { /** TODO check if need to use $header, $body */
2222
return $this->sparkpostSend();
2323
}
2424

0 commit comments

Comments
 (0)