fix: don't copy from chatgpt
This commit is contained in:
parent
7ba1305c88
commit
b0797d241d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue