MediaWiki REL1_35
|
Interface for sending emails. More...
Public Member Functions | |
send (array $to, MailAddress $from, string $subject, string $bodyText, ?string $bodyHtml=null, array $options=[]) | |
Sends emails to recipients. | |
MediaWiki\Mail\IEmailer::send | ( | array | $to, |
MailAddress | $from, | ||
string | $subject, | ||
string | $bodyText, | ||
?string | $bodyHtml = null , |
||
array | $options = [] |
||
) |
Sends emails to recipients.
MailAddress[] | $to | Array of Recipients' emails |
MailAddress | $from | Sender's email |
string | $subject | Email's subject. |
string | $bodyText | text part of body |
string | null | $bodyHtml | html part of body (optional) |
array | $options | Keys: 'replyTo' MailAddress 'contentType' string default 'text/plain; charset=UTF-8' 'headers' array Extra headers to set |
-param array{replyTo?:MailAddress,contentType?:string,headers?:array<string,string>} $options
MWException | |
Exception |
Implemented in MediaWiki\Mail\Emailer.