Skip to content
Discussion options

You must be logged in to vote

Some parts of functionality are hardcoded (not generated by client generator).
The part related to password recovery is here

As for

if there is no smtp host how is mailcatcher used instead?

It's specified in docker-compose.override.yml:

environment:
SMTP_HOST: "mailcatcher"
SMTP_PORT: "1025"
SMTP_TLS: "false"
EMAILS_FROM_EMAIL: "[email protected]"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adham404
Comment options

Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants