divio/aldryn-forms

Error when submitting the form OSError at /

crydotsnake opened this issue · 2 comments

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.

@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

Thanks for your reply!

How could i resolve this issue in production?