Running Docker version 19.03.6, build 369ce74
This is what is in my .env file:
SMTP_HOST=smtp.gmail.com
SMTP_FROM={gmail account}
SMTP_PORT=587
SMTP_SSL=true
SMTP_EXPLICIT_TLS=true
SMTP_USERNAME={gmail account}
SMTP_PASSWORD={password of gmail account}
When trying to send a verification email from bitwarden, I get this error message:
[2020-06-15 00:20:23][request][INFO] POST /api/accounts/verify-email
[2020-06-15 00:20:23][bitwarden_rs::api::core::accounts][ERROR] Error sending delete account email: AddressError.
[CAUSE] MissingParts
[2020-06-15 00:20:23][response][INFO] POST /api/accounts/verify-email (post_verify_email) => 200 OK
I’ve looked around but can’t seem to find anyone with the MissingParts issue.