3 * Old job for notification emails.
10 * Old job used for sending single notification emails;
11 * kept for backwards-compatibility
15 class EmaillingJob
extends Job
{
16 function __construct( $title, $params, $id = 0 ) {
17 parent
::__construct( 'sendMail', Title
::newMainPage(), $params, $id );
23 $this->params
['from'],
24 $this->params
['subj'],
25 $this->params
['body'],
26 $this->params
['replyto']