maccesch / cmsplugin-contact

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

Safe method in .txt templates #38

Closed Azd325 closed 11 years ago

Azd325 commented 11 years ago

We shoud use the safe method in the both .txt templates to prevent for ascii chars in the contact emails. The code sending the content from the form as text/plain MIME what should not get to problems in Email Clients.

What you think?

mitar commented 11 years ago

True.