maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

user email in message body + form name #49

Closed m000 closed 10 years ago

m000 commented 10 years ago

a. The user-supplied email address is included in the email body when DEFAULT_FROM_EMAIL is defined in Django settings. This is because services which require the use of DEFAULT_FROM_EMAIL may also strip the "Reply-To:" header. A notable example of this case is Google SMTP.

b. A form_name field has been added. If defined, form_name is included in the subject of the email, instead of the default "Contact Form". Naming contact form instances allows telling apart between multiple contact forms all sending to the same address.

m000 commented 10 years ago

Ok fixed, as proposed. Do I have to make a new pull request?

maccesch commented 10 years ago

Nice job. Thanks!