Infini-OPTIPLEX/vaultwarden: add subaddress to noreply email

This commit is contained in:
Infinidoge 2024-02-12 10:47:37 -05:00
parent cd845c95ba
commit e9fbf5d461
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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";