Manual:UserMailer.php
Arquivo MediaWiki: UserMailer.php | |
---|---|
Local: | includes/mail/ |
Código fonte: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | UserMailer |
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.