mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-29 07:45:41 -05:00
[GH-ISSUE #6300] URL in the "Join Vaultwarden" mail does not have the TCP port if webserver is not running on port 443 #39640
Reference in New Issue
Block a user
Originally created by @pjlammertyn on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6300
Vaultwarden is running on port 8080.
I have configured the DOMAIN environment variable and it contains the port
The URL in the "Join Vaultwarden" mail does not have the TCP port
see https://github.com/dani-garcia/vaultwarden/blob/a2ad1dc7c3d28834749d4b14206838d795236c27/src/static/templates/email/send_org_invite.html.hbs#L12C43-L12C46
@stefan0xC commented on GitHub (Sep 18, 2025):
Well, the mail template uses the configured DOMAIN value so you might want to check your support string if the domain is configured correctly https://github.com/dani-garcia/vaultwarden/blob/a2ad1dc7c3d28834749d4b14206838d795236c27/src/mail.rs#L321