You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wagtail support
I didn't realize that setting up forms was that easy! So I have the form set up and everything working but I don't get any emails. I guess I have to set up the SMTP settings? But where?
Thanks for the help!
João Luiz Lorencetti
unread,
Apr 12, 2016, 7:09:36 AM4/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wagtail support
Hi Kristian,
If you are using the 'dev.py' settings the EMAIL_BACKEND is set to the console, you can see an representation of the email message in the terminal that you ran the 'runserver' command.
You are right about needing to configure the SMTP settings and the Django documentation [1] can help you here.