Skip to content

Commit

Permalink
added paige and cooper to email chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jun 29, 2023
1 parent 7e6f087 commit 9294284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_insights_brand_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main(mytimer: func.TimerRequest) -> None:
"""
try:
sp.transmissions.send(
recipients=['mlaferla@headset.io'],
recipients=['mlaferla@headset.io', 'plong@headset.io', 'cooper@headset.io'],
html=msgHtml,
from_email='analytics-monitor@headset.io',
subject="Insights Brand Monitoring",
Expand All @@ -222,6 +222,7 @@ def main(mytimer: func.TimerRequest) -> None:
}
]
)

except SparkPostAPIException as err:
# http response status code
print(err.status)
Expand Down

0 comments on commit 9294284

Please sign in to comment.