$processors
$processors : callable[]
NativeMailerHandler uses the mail() function to send the emails
$processors : callable[]
$formatter : ?\Monolog\Formatter\FormatterInterface
$level : int
$bubble : bool
$to : string[]
The email addresses to which the message will be sent
$subject : string
The subject of the email
$headers : string[]
Optional headers for the message
$parameters : string[]
Optional parameters for the message
$maxColumnWidth : int
The wordwrap length for the message
$contentType : string|null
The Content-type for the message
$encoding : string
The encoding for the message
__construct(string|string[] $to, string $subject, string $from, mixed $level = Logger::ERROR, bool $bubble = true, int $maxColumnWidth = 70) : mixed
string|string[] | $to | The receiver of the mail |
string | $subject | The subject of the mail |
string | $from | The sender of the mail |
mixed | $level | |
bool | $bubble | |
int | $maxColumnWidth | The maximum column width that the message lines will have |