Skip to content

Commit f74556d

Browse files
committed
Fix mailer for WP v4.2x
1 parent 65afc83 commit f74556d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mailer.http.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ function __construct($exceptions = false)
1818
parent::__construct($exceptions);
1919
}
2020

21+
function mailSend($header, $body) {
22+
return $this->sparkpostSend();
23+
}
24+
2125
function sparkpostSend()
2226
{
2327
$this->edebug('Preparing request data');

0 commit comments

Comments
 (0)