Sending email from Django
Yesterday I wanted to send email notifications for document changes in the Generic Intranet. I found that the built-in Django method requires you to hard-code the email body. It doesn’t support rendering email from templates, unlike Ruby on Rails, which is surprising and a shame.
