Beispiel #1
0
def send_password_reset_email(subject, from_email, to_list, html_message):
    email_helper = EmailHelper(subject=subject, from_email=from_email, to_list=to_list, html_message=html_message)
    email_helper.send_sendgrid_html_version()