Skip to content

Commit 7e09383

Browse files
committed
feature #3940 Updated docs for Monolog "swift" handler in cookbook. (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.
2 parents 8adfe98 + 86e236c commit 7e09383

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cookbook/logging/monolog_email.rst

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ it is broken down.
2828
type: swift_mailer
2929
from_email: [email protected]
3030
31+
# or list of recipients
32+
3133
subject: An Error Occurred!
3234
level: debug
3335

0 commit comments

Comments
 (0)