8000 Document usage of Symfony Mailer for error email by noniagriconomie · Pull Request #14360 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Document usage of Symfony Mailer for error email #14360

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

Merged
merged 4 commits into from
Oct 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update message
  • Loading branch information
OskarStark authored Oct 7, 2020
commit 202b9e6834df02d151fb87349e71597973d5e0a1
2 changes: 1 addition & 1 deletion logging/monolog_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to Configure Monolog to Email Errors

.. versionadded:: 3.6

Support for emailing errors using :doc:`Symfony mailer </mailer>` was added in MonologBundle 3.6.0.
Support for emailing errors using :doc:`Symfony mailer </mailer>` was added in MonologBundle 3.6.

`Monolog`_ can be configured to send an email when an error occurs within an
application. The configuration for this requires a few nested handlers
Expand Down
0