use correct mail

This commit is contained in:
Osman Faruk Bayram 2025-11-11 21:28:11 +03:00
parent b81b78bcd3
commit cb3dce87c8

View file

@ -29,7 +29,7 @@
SMTP_PORT = 25; SMTP_PORT = 25;
SMTP_SSL = false; SMTP_SSL = false;
SMTP_FROM = "osbm@osbm.dev"; SMTP_FROM = "vaultwarden@osbm.dev";
SMTP_FROM_NAME = "osbm.dev Bitwarden server"; SMTP_FROM_NAME = "osbm.dev Bitwarden server";
}; };
}; };