Updated test-config to use modules sendmail feature
This commit is contained in:
parent
3a5c532992
commit
449c52239a
@ -32,12 +32,16 @@
|
|||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
webserver.caddy.enable = true;
|
webserver.caddy.enable = true;
|
||||||
webserver.nginx.enable = false;
|
webserver.nginx.enable = false;
|
||||||
msmtp = {
|
mail.mailFromName = "Andrew Bryant";
|
||||||
|
adminEmail = "billing@allpawcare.com";
|
||||||
|
msmtp.accounts.invoice-ninja = {
|
||||||
|
auth = true;
|
||||||
tls = true;
|
tls = true;
|
||||||
from = "awkawb@awkawb.cloud";
|
tls_starttls = false;
|
||||||
|
from = "billing@allpawcare.com";
|
||||||
host = "smtp.fastmail.com";
|
host = "smtp.fastmail.com";
|
||||||
port = 465;
|
port = 465;
|
||||||
username = "awkawb@awkawb.cloud";
|
user = "awkawb@awkawb.cloud";
|
||||||
passwordeval = "cat /etc/msmtp-password";
|
passwordeval = "cat /etc/msmtp-password";
|
||||||
};
|
};
|
||||||
secretFile = ./test-secrets.env;
|
secretFile = ./test-secrets.env;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user