Infini-SERVER: enable SMTP for Vaultwarden
This commit is contained in:
parent
c2ca0752aa
commit
45c0166f12
2 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
|||
|
||||
PUSH_ENABLED = true;
|
||||
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.
Loading…
Add table
Add a link
Reference in a new issue