Did anyone make a function that wraps all of this bullshit and just takes an `html_content` argument? I'm probably gonna make one, but if someone made one I'll be happy to see it, it might have more goodies or things I didn't think about.message = EmailMultiAlternatives(subject, text_content, from_email, [to])message.attach_alternative(html_content, "text/html")message.send()