aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral_calc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral_calc.py')
-rw-r--r--python/collateral_calc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/collateral_calc.py b/python/collateral_calc.py
index 42093a9b..25c85673 100644
--- a/python/collateral_calc.py
+++ b/python/collateral_calc.py
@@ -72,7 +72,8 @@ def send_email(account, df_ms, df_sg):
folder=account.sent,
subject='IAM booking',
body=content,
- to_recipients=[Mailbox(email_address='serenitas.otc@sscinc.com')]
+ to_recipients=[Mailbox(email_address='serenitas.otc@sscinc.com')],
+ cc_recipients=['nyops@lmcg.com'])
)
m.send_and_save()