Error sending verify_email InvalidUser #2244
Replies: 6 comments 4 replies
-
Looks like the email is using characters not allowed, that is what this error is mentioning. |
Beta Was this translation helpful? Give feedback.
-
Ok, so with "InvalidUser", "Invalid Email" is meant? There is nothing special with the email address used. I have 2 accounts, both so the same. Maybe something to do with the upgrade from bitwarden_rs 1.20.0 to vaultwarden 1.23.1? Anything I can do to debug? |
Beta Was this translation helpful? Give feedback.
-
sure, justin@ |
Beta Was this translation helpful? Give feedback.
-
Anything I could try to debug further? Could I request the raw value somewhere? Two things I can imagine to do;
|
Beta Was this translation helpful? Give feedback.
-
For me I had just removed the quotes .env
|
Beta Was this translation helpful? Give feedback.
-
Hey, did anyone find a way to use a value for SMTP_FROM in the form of Edit: Nevermind, Vaultwarden automatically added it. |
Beta Was this translation helpful? Give feedback.
-
Subject of the issue
Outgoing VERIFY EMAIL not working. Whereby gui does not detect any issue and log is not helping pinpoint the issue even with SMTP_DEBUG enabled.
The outgoing smtp server allows relaying mail based on ip of the vaultwarden server.
Deployment environment
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Steps to reproduce
Click on "Send email" of VERIFY EMAIL
Expected behaviour
Receive a verification mail or a gui error.
Actual behaviour
No error on gui, only this message in the log;
[WARNING] SMTP Debugging is enabled (SMTP_DEBUG=true). Sensitive information could be disclosed via logs!
[WARNING] Only enable SMTP_DEBUG during troubleshooting!
[2022-01-19 11:06:47.937][request][INFO] POST /api/accounts/verify-email
[2022-01-19 11:06:47.940][vaultwarden::api::core::accounts][ERROR] Error sending verify_email email: Address. [CAUSE] InvalidUser
[2022-01-19 11:06:47.940][response][INFO] POST /api/accounts/verify-email (post_verify_email) => 200 OK
Beta Was this translation helpful? Give feedback.
All reactions