Sending Emails with Django #2: Use Nice Looking Email HTML Templates
In this tutorial series we will focus on sending emails through our Django app with Gmail. Over the course of three posts we will explain: In this post we use nice looking HTML templates for the emails. The full code…