Notify#
notify.py - send emails via Sendgrid API
- notify.send_email(to, subject='TEST', html_content='', attach_path='')#
Sends email notification via SendGrid API
- Parameters
to (
List) – list of email recipientssubject (
str) – email subject, defaults to ‘TEST’html_content (
str) – email content (can use html tags), defaults to ‘’