Shift the noreply email to nixfox
This commit is contained in:
parent
1bb7bb27bf
commit
ef2ee5fb07
7 changed files with 12 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue