Se agrega emailsender

This commit is contained in:
2025-05-23 12:08:29 -03:00
parent 68f034f197
commit 0166626299
2 changed files with 42 additions and 20 deletions

View File

@ -10,7 +10,7 @@ defmodule Api.Application do
children = [
ApiWeb.Telemetry,
Api.Repo,
#{Api.Autosender, 1000 * 62 * 4},
{Api.Autosender, 1000 * 62 * 4},
# {DNSCluster, query: Application.get_env(:api, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: Api.PubSub},
# Start the Finch HTTP client for sending emails