Add tls_type, apparently required
This commit is contained in:
parent
56a7fd96aa
commit
8af9ef76d1
@ -100,6 +100,7 @@ in {
|
||||
email = {
|
||||
smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}";
|
||||
smtp_from_address = "noreply@${cfg.hostname}";
|
||||
tls_type = "starttls";
|
||||
};
|
||||
hostname = cfg.hostname;
|
||||
setup.site_name = cfg.site-name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user