Skip to content

Commit

Permalink
feature #3940 Updated docs for Monolog "swift" handler in cookbook. (…
Browse files Browse the repository at this point in the history
…phansys)

This PR was merged into the 2.3 branch.

Discussion
----------

Updated docs for Monolog "swift" handler in cookbook.

| Q             | A
| ------------- | ---
| Doc fix?      | no
| New docs?     | no
| Applies to    | 2.1+
| Fixed tickets |

.. versionadded:: 2.1
    Support for multiple recipients is a new Monolog feature that's available in
    Symfony 2.1. Prior, only a single email address was accepted as `monolog.handlers.swift.to_email` configuration.

Commits
-------

86e236c Updated docs for Monolog "swift" handler in cookbook.
  • Loading branch information
weaverryan committed Aug 16, 2014
2 parents 8adfe98 + 86e236c commit 7e09383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbook/logging/monolog_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ it is broken down.
type: swift_mailer
from_email: error@example.com
to_email: error@example.com
# or list of recipients
# to_email: [developer_1@example.com, developer_2@example.com, ...]
subject: An Error Occurred!
level: debug
Expand Down

0 comments on commit 7e09383

Please sign in to comment.