From e9fbf5d4612f112a6d29bef41bc391f540493f61 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 12 Feb 2024 10:47:37 -0500 Subject: [PATCH] Infini-OPTIPLEX/vaultwarden: add subaddress to noreply email --- hosts/Infini-OPTIPLEX/vaultwarden.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-OPTIPLEX/vaultwarden.nix b/hosts/Infini-OPTIPLEX/vaultwarden.nix index fb0118c..1ce91a2 100644 --- a/hosts/Infini-OPTIPLEX/vaultwarden.nix +++ b/hosts/Infini-OPTIPLEX/vaultwarden.nix @@ -25,7 +25,7 @@ PUSH_RELAY_URI = "https://push.bitwarden.com"; SMTP_HOST = "smtp.purelymail.com"; - SMTP_FROM = "noreply@inx.moe"; + SMTP_FROM = "noreply+vaultwarden@inx.moe"; SMTP_PORT = 465; SMTP_SECURITY = "force_tls"; SMTP_USERNAME = "noreply@inx.moe";