4 * Old job used for sending single notification emails;
5 * kept for backwards-compatibility
9 class EmaillingJob
extends Job
{
11 function __construct( $title, $params, $id = 0 ) {
12 parent
::__construct( 'sendMail', Title
::newMainPage(), $params, $id );
18 $this->params
['from'],
19 $this->params
['subj'],
20 $this->params
['body'],
21 $this->params
['replyto']