mobilizon: setup emails

This commit is contained in:
Astro 2021-09-29 19:28:05 +02:00
parent a829d809f2
commit 1f4344f43e
1 changed files with 12 additions and 14 deletions

View File

@ -20,20 +20,18 @@
registrations_open = true; registrations_open = true;
default_language = "de"; default_language = "de";
}; };
# settings.":mobilizon"."Mobilizon.Web.Email.Mailer" = { settings.":mobilizon"."Mobilizon.Web.Email.Mailer" = {
# adapter = { value = "Bamboo.SMTPAdapter"; _elixirType = "raw"; }; adapter = { value = "Bamboo.SMTPAdapter"; _elixirType = "raw"; };
# server = "mail.c3d2.de"; server = "mail.c3d2.de";
# hostname = config.networking.hostName; hostname = config.networking.hostName;
# auth = { value = ":if_available"; _elixirType = "atom"; }; auth = false;
# username = "mobilizon"; port = 587;
# password = "noneyet"; ssl = false;
# port = 587; tls = { value = ":if_available"; _elixirType = "atom"; };
# ssl = false; allowed_tls_versions = { value = ''[:tlsv1, :"tlsv1.1", :"tlsv1.2"]''; _elixirType = "raw"; };
# tls = { value = ":if_available"; _elixirType = "atom"; }; retries = 1;
# allowed_tls_versions = { value = ''[:tlsv1, :"tlsv1.1", :"tlsv1.2"]''; _elixirType = "raw"; }; no_mx_lookups = true;
# retries = 1; };
# no_mx_lookups = true;
# };
settings.":mobilizon".":logger" = { settings.":mobilizon".":logger" = {
level = { value = ":all"; _elixirType = "atom"; }; level = { value = ":all"; _elixirType = "atom"; };
}; };