aldryn-forms icon indicating copy to clipboard operation
aldryn-forms copied to clipboard

Error when submitting the form OSError at /

Open crydotsnake opened this issue 3 years ago • 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 avatar Nov 15 '21 07:11 crydotsnake

@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

Aiky30 avatar Dec 20 '21 16:12 Aiky30

Thanks for your reply!

How could i resolve this issue in production?

crydotsnake avatar Dec 20 '21 16:12 crydotsnake