You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When emails for log events are sent, the \Monolog\Handler\NativeMailerHandler allows a more flexible use of the sendmail command as \Monolog\Handler\SwiftMailerHandler does.
Because the NativeMailerHandler evaluates the php ini setting sendmail_path, the way emails are sent can be configured per host. This allows for example the use of mailhog in testing enviroments.
UAC
It is possible to configure \Monolog\Handler\NativeMailerHandler as mailer handler in loggers section
The text was updated successfully, but these errors were encountered:
When emails for log events are sent, the
\Monolog\Handler\NativeMailerHandler
allows a more flexible use of thesendmail
command as\Monolog\Handler\SwiftMailerHandler
does.Because the
NativeMailerHandler
evaluates the php ini settingsendmail_path
, the way emails are sent can be configured per host. This allows for example the use of mailhog in testing enviroments.UAC
\Monolog\Handler\NativeMailerHandler
as mailer handler inloggers
sectionThe text was updated successfully, but these errors were encountered: