Skip to content

Commit eef9be6

Browse files
committed
minor #12818 [Monolog] Add a caution note about Symfony Mailer and Monolog (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Monolog] Add a caution note about Symfony Mailer and Monolog We can't fix #12758 properly until this is fixed in symfony/symfony#33456 but meanwhile we can display a caution message to avoid confusion. Commits ------- 82119af [Monolog] Add a caution note about Symfony Mailer and Monolog
2 parents 5f0c471 + 82119af commit eef9be6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

logging/monolog_email.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
How to Configure Monolog to Email Errors
55
========================================
66

7+
.. caution::
8+
9+
This feature is not compatible yet with the new :doc:`Symfony mailer </mailer>`,
10+
so it requires using SwiftMailer.
11+
712
`Monolog`_ can be configured to send an email when an error occurs with an
813
application. The configuration for this requires a few nested handlers
914
in order to avoid receiving too many emails. This configuration looks

0 commit comments

Comments
 (0)