Shift the noreply email to nixfox

This commit is contained in:
Jimbo 2025-01-02 10:13:00 -05:00
parent 1bb7bb27bf
commit ef2ee5fb07
7 changed files with 12 additions and 20 deletions

View file

@ -13,9 +13,9 @@
# Smtp email
SMTP_HOST = "mx.${config.domains.p1}";
SMTP_FROM = "noreply@${config.domains.p1}";
SMTP_FROM = "noreply@${config.domains.p2}";
SMTP_FROM_NAME = "Vaultwarden";
SMTP_USERNAME = "noreply@${config.domains.p1}";
SMTP_USERNAME = "noreply@${config.domains.p2}";
SMTP_PASSWORD = config.secrets.noreplyPassword;
SMTP_SECURITY = "starttls";
SMTP_PORT = 587;