I setup Gramps Web through the one-click digital ocean setup and I’ve gotten it running finally. The only problem I noticed is that during the entire setup, there was nowhere to setup my SMTP configuration.
I tried adding environment variables to my google mail account but nothing is happening. This problem comes up when a user wants to create an account but is waiting for the confirmation email, which is never sent.
Thanks for the reply David, this isn’t the case for me. During the initial setup, it only asked the admin user name and password and my email. Nothing about SMTP configuration.
Is there a way to configure it after the initial setup? Or must I restart from scratch?
In the grampsweb section of the docker-compose file but I still don’t get any email sent or any error in the logs. @DavidMStraub What log do I look at to see the emailing error?
The Celery log. You can also use the command line (python -m gramps_webapi ...) to send dummy emails for testing. Try setting GRAMPSWEB_EMAIL_USE_TLS: False, it is sometimes needed.
No wait, there is actually an error in your config (and my answer), true and false need to be lowercase, see the Info box just before here: Server configuration - Gramps Web