fix(emails): use tls_certificate_check to add tls config for mailer

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-12-07 11:42:19 +01:00
parent 7210f86889
commit db385501aa
4 changed files with 7 additions and 17 deletions

View File

@@ -89,7 +89,7 @@ defmodule Mobilizon.Mixfile do
end
defp extra_applications(_env) do
[:logger, :runtime_tools, :guardian, :geolix, :crypto, :cachex]
[:tls_certificate_check, :logger, :runtime_tools, :guardian, :geolix, :crypto, :cachex]
end
def copy_files(%{path: target_path} = release) do
@@ -220,6 +220,7 @@ defmodule Mobilizon.Mixfile do
{:exkismet, github: "tcitworld/exkismet"},
{:rajska, github: "tcitworld/rajska", branch: "mobilizon"},
{:hammer, "~> 6.1"},
{:tls_certificate_check, "~> 1.20"},
# Dev and test dependencies
{:phoenix_live_reload, "~> 1.2", only: [:dev, :e2e]},
{:ex_machina, "~> 2.3", only: [:dev, :test]},