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

fail_silently option #68

Open k-funk opened 4 years ago

k-funk commented 4 years ago

If someone changes the password for this email, I'll never know about it while email_message.send(fail_silently=True) is set. Can this be an option to set to false so that I can catch these errors?