คู่มือ:UserMailer.php

From mediawiki.org
This page is a translated version of the page Manual:UserMailer.php and the translation is 10% complete.

Description

The UserMailer.php file contains a collection of static functions for sending mail.

UserMailer class

This module performs a direct (authenticated) login to a SMTP Server to use for mail relaying if $wgSMTP specifies an array of parameters. It requires PEAR:Mail to do that. Otherwise it just uses the standard PHP 'mail' function.

EmailNotification class

This module processes the email notifications when the current page is changed. It looks up the table watchlist to find out which users are watching that page and sends independent emails to each watching user.