Infini-SERVER: enable SMTP for Vaultwarden

This commit is contained in:
Infinidoge 2023-08-31 15:00:03 -04:00
parent c2ca0752aa
commit 45c0166f12
2 changed files with 6 additions and 0 deletions

View file

@ -119,6 +119,12 @@
PUSH_ENABLED = true; PUSH_ENABLED = true;
PUSH_RELAY_URI = "https://push.bitwarden.com"; PUSH_RELAY_URI = "https://push.bitwarden.com";
SMTP_HOST = "live.smtp.mailtrap.io";
SMTP_FROM = "noreply@inx.moe";
SMTP_PORT = 587;
SMTP_SECURITY = "starttls";
SMTP_USERNAME = "api";
}; };
}; };

Binary file not shown.