From f6e9898dabc269a713db01e21d5ad85bc4716e37 Mon Sep 17 00:00:00 2001 From: Jean-Marie Porchet Date: Sat, 20 Dec 2025 11:48:07 +0100 Subject: [PATCH] docs: add signup info when email config is not available --- docs/docker-deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docker-deployment.md b/docs/docker-deployment.md index 03b4d9c8b..4a24e2dea 100644 --- a/docs/docker-deployment.md +++ b/docs/docker-deployment.md @@ -74,6 +74,8 @@ docker run --publish 80:80 --environment DISABLE_SSL=true ... Fizzy needs to be able to send email for its sign up/sign in flow, and for its regular summary emails. The easiest way to set this up is to use a 3rd-party email provider (such as Postmark, Sendgrid, and so on). +If email is not configured, you can still sign in by finding the 6-character verification code in your Docker container's logs. + You can then plug all your SMTP settings from that provider into Fizzy via the following environment variables: - `MAILER_FROM_ADDRESS` - the "from" address that Fizzy should use to send email