mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: added smtp to firefly-iii
This commit is contained in:
parent
0c063e0308
commit
5067ddbc95
1 changed files with 7 additions and 7 deletions
|
|
@ -26,13 +26,13 @@ in
|
||||||
APP_URL = "https://${host}";
|
APP_URL = "https://${host}";
|
||||||
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
APP_KEY_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
|
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-data".path;
|
||||||
MAIL_MAILER = "log";
|
# MAIL_MAILER = "smtp";
|
||||||
MAIL_HOST = smtp.hostname;
|
# MAIL_HOST = smtp.hostname;
|
||||||
MAIL_PORT = 2525;
|
# MAIL_PORT = 2525;
|
||||||
MAIL_FROM = service.email.address0;
|
# MAIL_FROM = service.email.address0;
|
||||||
MAIL_USERNAME = service.email.address0;
|
# MAIL_USERNAME = service.email.address0;
|
||||||
MAIL_PASSWORD = config.sops.secrets."${service.name}-smtp".path;
|
# MAIL_PASSWORD = ""; # if you ever need to use smtp, you have to hardcode your smtp password here
|
||||||
MAIL_ENCRYPTION = null;
|
# MAIL_ENCRYPTION = "tls";
|
||||||
SITE_OWNER = email.address2;
|
SITE_OWNER = email.address2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue