thinknimble/tn-spa-bootstrapper

plaintext emails as alternative to HTML emails

Opened this issue · 0 comments

There is existing logic for plaintext emails server/my_project/utils/emails.py, but there are a couple of issues:

  • We aren't generating the text using the HTML email content (Something like html2text might be the solution here)
  • When EMAIL_BACKEND is set to console we end up logging the entire HTML email content.