diff --git a/cookbook/logging/monolog_email.rst b/cookbook/logging/monolog_email.rst index edcd787b08c..906d9a1c61f 100644 --- a/cookbook/logging/monolog_email.rst +++ b/cookbook/logging/monolog_email.rst @@ -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