Sending email with template using model form (also update template in the same view) in Django
Here is the technique that I use when sending email with template using Django model form. It also gives me the ability to update the model in the same view with the email form. models.py :