arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Email subject is not used when constructing email message #30

Closed StephanRozendaal closed 8 years ago

StephanRozendaal commented 8 years ago

Hi,

There is an attribute in the model for an email subject, but I noticed in the code that this is not used when sending an email. instead it uses "current_site.domain.upper()" as a subject.

Regards, Stephan