fix(mail): switch SMTP provider
This commit is contained in:
parent
3764a85757
commit
6d5dfe49cc
BIN
secrets/smtp.age
BIN
secrets/smtp.age
Binary file not shown.
|
@ -17,11 +17,11 @@
|
||||||
accounts.default = {
|
accounts.default = {
|
||||||
tls = true;
|
tls = true;
|
||||||
tls_starttls = true;
|
tls_starttls = true;
|
||||||
host = "in-v3.mailjet.com";
|
host = "smtp.protonmail.ch";
|
||||||
port = 587;
|
port = 587;
|
||||||
user = "8f445e9664e3668e7c859bfcf189e71e";
|
user = "server@felschr.com";
|
||||||
passwordeval = "cat ${config.age.secrets.smtp.path}";
|
passwordeval = "cat ${config.age.secrets.smtp.path}";
|
||||||
from = "admin@felschr.com";
|
from = "server@felschr.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue