fix: don't copy from chatgpt
Some checks failed
Checks / check (push) Failing after -6m31s
Build and Push Docker Image / Build and Push Image (push) Successful in -6m37s

This commit is contained in:
Vladimir Rubin 2024-12-26 20:16:16 +02:00
parent 7ba1305c88
commit b0797d241d
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -122,7 +122,7 @@ if config_env() == :prod do
# config :swoosh, :api_client, Swoosh.ApiClient.Hackney # config :swoosh, :api_client, Swoosh.ApiClient.Hackney
# #
# See https://hexdocs.pm/swoosh/Swoosh.html#module-installation for details. # See https://hexdocs.pm/swoosh/Swoosh.html#module-installation for details.
config :your_app, YourApp.Mailer, config :exmr, Exmr.Mailer,
adapter: Swoosh.Adapters.SMTP, adapter: Swoosh.Adapters.SMTP,
relay: "smtp.elasticemail.com", relay: "smtp.elasticemail.com",
port: 2525, port: 2525,