The environment variable PASSWORD_RESET_URL is set as required but by default we do not expect an SMPT server to be provided (we need email to send the password reset url). We need to either:
Remove the required restriction from this ENV
OR
Set it to required only if the SMTP server is provided
The environment variable PASSWORD_RESET_URL is set as required but by default we do not expect an SMPT server to be provided (we need email to send the password reset url). We need to either: