diff options
| -rw-r--r-- | python/bowdst.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/bowdst.py b/python/bowdst.py index 75c84a93..9fdacc08 100644 --- a/python/bowdst.py +++ b/python/bowdst.py @@ -268,7 +268,11 @@ def send_email( em.send_email( f"{workdate} EOD positions", "", - to_recipients=("reconfiles@bnymellon.com", "hm-operations@bnymellon.com"), + to_recipients=( + "reconfiles@bnymellon.com", + "hm-operations@bnymellon.com", + "caagprim@bnymellon.com", + ), cc_recipients=("bowdoin-ops@lmcg.com",), attach=attachments, ) |
