gentle-jewelry-98561
10/21/2021, 4:11 PMdocker compose logs
doesn't seem to show anything regarding the error message. Any suggestions on how to debug this?future-teacher-7046
gentle-jewelry-98561
10/21/2021, 4:12 PMfuture-teacher-7046
gentle-jewelry-98561
10/21/2021, 4:14 PM- EMAIL_HOST=<http://smtp.gmail.com|smtp.gmail.com>
- EMAIL_PORT=465
- EMAIL_HOST_USER=redacted@multimediallc.com
- EMAIL_HOST_PASSWORD=redacted
- EMAIL_USE_TLS=true
- EMAIL_ENABLED=true
future-teacher-7046
gentle-jewelry-98561
10/21/2021, 4:16 PMfresh-football-47124
gentle-jewelry-98561
10/21/2021, 4:18 PMfuture-teacher-7046
gentle-jewelry-98561
10/21/2021, 4:22 PMgrowthbook-growthbook-1 | | Failed to send reset password email. The reset password link for <mailto:edward@multimediallc.com|edward@multimediallc.com> is: ...
future-teacher-7046
EMAIL_FROM
environment variable, which is requiredgentle-jewelry-98561
10/21/2021, 4:24 PMfresh-football-47124
future-teacher-7046
export function isEmailEnabled(): boolean {
if (!EMAIL_ENABLED) return false;
if (!EMAIL_HOST) return false;
if (!EMAIL_PORT) return false;
if (!EMAIL_HOST_USER) return false;
if (!EMAIL_HOST_PASSWORD) return false;
if (!EMAIL_FROM) return false;
return true;
}
gentle-jewelry-98561
10/21/2021, 4:27 PMInvalid login: 535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 <https://support.google.com/mail/?p=BadCredentials> u3sm2685671qkj.53 - gsmtp
, which I can work through.... IT has to give me this password so we might have crossed our wiresfuture-teacher-7046
gentle-jewelry-98561
10/21/2021, 4:47 PMfresh-football-47124