Go to the source code of this file.
Classes | |
class | MailAddress |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. More... | |
class | UserMailer |
Collection of static functions for sending mail. More... | |
class | EmailNotification |
This module processes the email notifications when the current page is changed. More... | |
Functions | |
wfRFC822Phrase ($s) | |
Backwards compatibility functions. | |
userMailer ($to, $from, $subject, $body, $replyto=null) |
userMailer | ( | $ | to, | |
$ | from, | |||
$ | subject, | |||
$ | body, | |||
$ | replyto = null | |||
) |
Definition at line 611 of file UserMailer.php.
References UserMailer::send().
Referenced by EmaillingJob::run().
wfRFC822Phrase | ( | $ | s | ) |
Backwards compatibility functions.
Definition at line 607 of file UserMailer.php.
References $s, and UserMailer::rfc822Phrase().