Manual:UserMailer.php

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

Descrição

O arquivo UserMailer.php contém uma coleção de funções estáticas para o envio de e-mails.

Classe UserMailer

Este módulo executa um login direto (autenticado) para um servidor SMTP utilizar para a retransmissão de e-mail se $wgSMTP especifica um array de parâmetros. Requer PEAR:Mail para realizar a tarefa. Caso contrário, ele só usa a função padrão 'mail' do PHP.

Classe EmailNotification

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.