From 596e572ef3aece01409815e1d97585342523c5a7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 4 Jun 2020 15:35:35 +0200 Subject: [PATCH] Fix #73 --- conf/bitwarden_rs.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/bitwarden_rs.env b/conf/bitwarden_rs.env index acaecda..ddf3c50 100644 --- a/conf/bitwarden_rs.env +++ b/conf/bitwarden_rs.env @@ -182,7 +182,7 @@ ROCKET_WORKERS=1 ## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service. ## To make sure the email links are pointing to the correct host, set the DOMAIN variable. ## Note: if SMTP_USERNAME is specified, SMTP_PASSWORD is mandatory -SMTP_HOST=localhost +SMTP_HOST=127.0.0.1 SMTP_FROM=bitwarden-rs@__DOMAIN__ SMTP_FROM_NAME=Bitwarden_RS SMTP_PORT=25