We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfceeb9 commit 33e7a06Copy full SHA for 33e7a06
logging/monolog_email.rst
@@ -212,12 +212,12 @@ get logged on the server as well as the emails being sent:
212
type: deduplication
213
handler: swift
214
swift:
215
- type: swift_mailer
216
- from_email: 'error@example.com'
217
- to_email: 'error@example.com'
218
- subject: 'An Error Occurred! %%message%%'
219
- level: debug
220
- formatter: monolog.formatter.html
+ type: swift_mailer
+ from_email: 'error@example.com'
+ to_email: 'error@example.com'
+ subject: 'An Error Occurred! %%message%%'
+ level: debug
+ formatter: monolog.formatter.html
221
content_type: text/html
222
223
.. code-block:: xml
0 commit comments