Skip to content

Commit 82119af

Browse files
committed
[Monolog] Add a caution note about Symfony Mailer and Monolog
1 parent 5f0c471 commit 82119af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

logging/monolog_email.rst

+5
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)