email sending not working / non errors logged #462

Closed
opened 2026-04-05 21:22:54 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @LeifSec on 7/21/2025

Prerequisites

  • I have searched the existing issues and discussions
  • I have read the documentation

Vaultwarden Support String

Vaultwarden Build Version

docker.io/vaultwarden/server:latest -> image id 032fced6c02e

Deployment method

Official Container Image

Custom deployment method

No response

Reverse Proxy

none

Host/Server Operating System

Linux

Operating System Version

Debian Stable (=12 bookwurm)

Clients

Web Vault

Client Version

firefox 142.0a1 (2025-07-15)

Steps To Reproduce

  1. compose.yaml for podman
environment:
      ...
      SMTP_HOST: ...
      SMTP_FROM: ...
      SMTP_PORT: 587
      SMTP_SECURITY: force_tls
      SMTP_USERNAME: ...
      SMTP_PASSWORD: ...
      EXTENDED_LOGGING: true
      SMTP_DEBUG: true
      LOG_LEVEL: debug
      USE_SYSLOG: true
  1. DNS lookup (ping) of SMTP_HOSTworking
  2. logs
[2025-07-21 09:09:27.831][request][INFO] POST /api/organizations/6b47d31c-3e11-4ff6-af40-b2f0295d8890/users/2d1ea710-b9f7-40c0-bf5e-e931dded6a6b/reinvite
[2025-07-21 09:09:27.835][response][INFO] (reinvite_member) POST /api/organizations/<org_id>/users/<member_id>/reinvite => 200 OK

No error is logged, no mail received.

Expected Result

Mail received or error logged.

Actual Result

No error logged and no mail received.

Logs

[2025-07-21 09:09:27.831][request][INFO] POST /api/organizations/6b47d31c-3e11-4ff6-af40-b2f0295d8890/users/2d1ea710-b9f7-40c0-bf5e-e931dded6a6b/reinvite
[2025-07-21 09:09:27.835][response][INFO] (reinvite_member) POST /api/organizations/<org_id>/users/<member_id>/reinvite => 200 OK

Screenshots or Videos

No response

Additional Context

No response

*Originally created by @LeifSec on 7/21/2025* ### Prerequisites - [x] I have searched the existing issues and discussions - [x] I have read the documentation ### Vaultwarden Support String - ### Vaultwarden Build Version docker.io/vaultwarden/server:latest -> image id 032fced6c02e ### Deployment method Official Container Image ### Custom deployment method _No response_ ### Reverse Proxy none ### Host/Server Operating System Linux ### Operating System Version Debian Stable (=12 bookwurm) ### Clients Web Vault ### Client Version firefox 142.0a1 (2025-07-15) ### Steps To Reproduce 1. `compose.yaml` for podman ``` environment: ... SMTP_HOST: ... SMTP_FROM: ... SMTP_PORT: 587 SMTP_SECURITY: force_tls SMTP_USERNAME: ... SMTP_PASSWORD: ... EXTENDED_LOGGING: true SMTP_DEBUG: true LOG_LEVEL: debug USE_SYSLOG: true ``` 2. DNS lookup (ping) of `SMTP_HOST`working 3. logs ``` [2025-07-21 09:09:27.831][request][INFO] POST /api/organizations/6b47d31c-3e11-4ff6-af40-b2f0295d8890/users/2d1ea710-b9f7-40c0-bf5e-e931dded6a6b/reinvite [2025-07-21 09:09:27.835][response][INFO] (reinvite_member) POST /api/organizations/<org_id>/users/<member_id>/reinvite => 200 OK ``` No error is logged, no mail received. ### Expected Result Mail received or error logged. ### Actual Result No error logged and no mail received. ### Logs ```text [2025-07-21 09:09:27.831][request][INFO] POST /api/organizations/6b47d31c-3e11-4ff6-af40-b2f0295d8890/users/2d1ea710-b9f7-40c0-bf5e-e931dded6a6b/reinvite [2025-07-21 09:09:27.835][response][INFO] (reinvite_member) POST /api/organizations/<org_id>/users/<member_id>/reinvite => 200 OK ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#462