diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index 0d5a5c8c..757169fe 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -27,6 +27,11 @@ _recipients = { ), "NYOPS": ("nyops@lmcg.com",), "UMB": ("lmcgcustody@umb.com",), + "NY_CREW": ( + "fyu@lmcg.com", + "ghorel@lmcg.com", + "etsui@lmcg.com", + ), } _sma_recipients = { |
