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

Sending the message using the user-supplied address is setting the From on the email #56

Closed AntonioReyes closed 10 years ago

AntonioReyes commented 10 years ago

Hi

I have install the plugin an im getting exactly the error below:

"Sending the message using the user-supplied address to set From: header of the email is currently not supported. This is because many servers will reject emails that use From: addresses not registered with that server."

When filling the form the user-supplied address in being place as the from header of the email.

any ideas?

Cheers,

AntonioReyes commented 10 years ago

Fixed:

I was installing it with "pip install cmsplugin-contact" which was installing an out of date version. I have to install it manually from the zip file and it worked.

Cheers,