I’m not proficient with Linux/coding/etc, so please be kind and patient. My wife has decided that having a word doc isn’t working for her anymore and wants to join my vaultwarden. I’ve been trying to send the invitation email, but it isn’t working.
What I’ve tried:
- Gave app password within google account, got this response and failed
- Tried it without the app password, got this response and failed
- Tried with Force TLS checked, got a different response but failed
- Tried with Port 587(?), got a different response but failed
- Tried with SMTP Auth mechanism options, got a different response but failed
- Changed myemail@gmail.com password to ensure no character issues, got a different response but failed
- Turned off PiHole, checked reverse proxy .conf for any relevant concerns, still failed
Here is the relevant information:
/--------------------------------------------------------------------\
| Starting Vaultwarden |
| Version 1.23.0 |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the |
| official channels to report bugs/features, regardless of client. |
| Send usage/configuration questions or feature requests to: |
| https://vaultwarden.discourse.group/ |
| Report suspected bugs/issues in the software itself at: |
| https://github.com/dani-garcia/vaultwarden/issues/new |
\--------------------------------------------------------------------/
[INFO] No .env file found.
[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, ADMIN_TOKEN
[2021-11-22 10:58:55.221][request][INFO] POST /admin
[2021-11-22 10:58:55.223][response][INFO] POST /admin (post_admin_login) => 303 See Other
[2021-11-22 10:58:55.336][request][INFO] GET /admin
[2021-11-22 10:58:55.338][response][INFO] GET /admin (admin_page) => 200 OK
[2021-11-22 10:59:12.323][request][INFO] POST /admin/test/smtp/
[2021-11-22 10:59:22.409][vaultwarden::mail][ERROR] SMTP response error: incomplete response
[2021-11-22 10:59:22.410][response][INFO] POST /admin/test/smtp (test_smtp) => 400 Bad Request
Any help would be greatly appreciated.