diff options
Diffstat (limited to 'python/citco_ops/utils.py')
| -rw-r--r-- | python/citco_ops/utils.py | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py index 6e70e4dd..b3c9dd78 100644 --- a/python/citco_ops/utils.py +++ b/python/citco_ops/utils.py @@ -140,7 +140,7 @@ _recipients = { "SERENITAS.FA@sscinc.com", "SERENITAS.ops@sscinc.com", ), - "BAML_FCM": ("fyu@lmcg.com",), + "BAML_FCM": ("footc_margin_csr_amrs@bofa.com",), } @@ -205,7 +205,18 @@ class BamlFcmNotify: em.send_email( f"FX Details: 6MZ20049 {date}", HTMLBody( - f"Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account 6MZ20049. Please let me know if you need more information<br><br>{data}" + f""" +<html> + <head> + <style> + table, th, td {{ border: 1px solid black; border-collapse: collapse;}} + th, td {{ padding: 5px; }} + </style> + </head> + <body> + Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account 6MZ20049. Please let me know if you need more information.<br><br>{data} + </body> +</html>""" ), to_recipients=_recipients["BAML_FCM"], cc_recipients=("nyops@lmcg.com",), |
