Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NativeMailerHandler #191

Open
david-fuehr opened this issue Aug 4, 2020 · 0 comments
Open

Add support for NativeMailerHandler #191

david-fuehr opened this issue Aug 4, 2020 · 0 comments

Comments

@david-fuehr
Copy link
Contributor

david-fuehr commented Aug 4, 2020

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

  1. It is possible to configure \Monolog\Handler\NativeMailerHandler as mailer handler in loggers section
wagnert added a commit that referenced this issue Oct 20, 2020
wagnert added a commit to techdivision/import-cli-simple that referenced this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant