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