divio / aldryn-forms

Flexible HTML forms for your django CMS projects
Other
40 stars 67 forks source link

Error when submitting the form OSError at / #227

Open crydotsnake opened 2 years ago

crydotsnake commented 2 years ago

I have a project with djangoCMS 3.9, and aldryn-forms 6.2.1.

I created my form without any problems, but when i send the form i get this error message:

Bildschirmfoto 2021-11-13 um 19 38 00

But in the backend, i can see the Form submissions without any problems.

Aiky30 commented 2 years ago

@crydotsnake That is an email error, looking at the package it can send emails so you will need to configure an SMTP email services. You can also use the console to print the email to in development: https://docs.djangoproject.com/en/3.2/topics/email/#console-backend

crydotsnake commented 2 years ago

Thanks for your reply!

How could i resolve this issue in production?