docs: add signup info when email config is not available
This commit is contained in:
committed by
GitHub
parent
641e67dc2e
commit
f6e9898dab
@@ -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.
|
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).
|
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:
|
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
|
- `MAILER_FROM_ADDRESS` - the "from" address that Fizzy should use to send email
|
||||||
|
|||||||
Reference in New Issue
Block a user