Skip to content

Send HTML emails for org invite

Brendan Berkley requested to merge invite-html-email into master

django organizations doesn't support HTML emails out of the box, but they do let you hijack send_invitation to change how you send an email.

So I did that, using EmailMultiAlternatives as we've done elsewhere.

I left some comments about my code; I'm sure you'll find something to object to.

Edited by Brendan Berkley

Merge request reports