HtmlEmail.__init__(self, subject, from_address, recipients, html_content, plain_text_content='') | subject: subject of the email from_address: address the email should appear to be sent from recipients: list of email addresses of all recipients html_content: HTML content of the message
plain_text_content: plain text fallback to send with the email | HtmlEmail instance | Initializes a new HtmlEmail object |