What app is this about, and its version: Vaultwarden, 1.37.0~ynh1
What YunoHost version are you running: 12.1.40.1
What type of hardware are you using: VPS bought online
Describe your issue
Vaultwarden displays information about SMTP issues when I try to add someone to an org and it tries to send an email. The SMTP section of the .env file:
#SMTP_HOST=apps.kavela.ch
SMTP_HOST=127.0.0.1
SMTP_FROM=vaultwarden@apps.kavela.ch
SMTP_FROM_NAME=Vaultwarden
SMTP_USERNAME=vaultwarden
SMTP_PASSWORD=redacted
as you can see above the host was different, but I tried to use the tip from here, to no avail ![]()
Share relevant logs or error messages
/var/log/vaultwarden/vaultwarden.log shows:
[2026-07-28 22:27:36.051][vaultwarden::mail][ERROR] SMTP 5xx error: permanent error (535): 5.7.8 Error: authentication failed: (reason unavailable) - Authentication credentials invalid
[2026-07-28 22:27:36.051][vaultwarden::mail][ERROR] SMTP 5xx error: permanent error (535): 5.7.8 Error: authentication failed: (reason unavailable) - Authentication credentials invalid
[2026-07-28 22:27:36.054][vaultwarden::api::core::organizations][ERROR] Error sending invite: SMTP 5xx error: permanent error (535): 5.7.8 Error: authentication failed: (reason unavailable) - Authentication credentials invalid
[2026-07-28 22:27:36.054][vaultwarden::api::core::organizations][ERROR] Error sending invite: SMTP 5xx error: permanent error (535): 5.7.8 Error: authentication failed: (reason unavailable) - Authentication credentials invalid