Contact Us Page not sending messages
Contact Us no longer works after moving to Docker.
Reproduction steps:
Fill out contact us page.
Confirm you're not a robot.
Send message.
Get asked to re-confirm recaptcha.
Likely causes:
- Environment variables are either not set correctly or not being read correctly.
- Recaptcha secret key might be off
- Recaptcha is having a hard time seeing through the docker container to verify if you're human or not.
Things I noticed: Recaptcha is taking additional steps to ensure you're human (select all images with x) for the first time.