Skip to content

Commit

Permalink
Fix email adapter attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruioliveira02 committed Feb 7, 2023
1 parent 78f208a commit ecf9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ config :logger, level: :info
# config :safira, SafiraWeb.Endpoint, server: true
#

config :safira, MyApp.Mailer,
config :safira, Safira.Mailer,
adapter: Bamboo.MailgunAdapter,
api_key: System.get_env("MAILGUN_API_KEY"),
domain: System.get_env("MAILGUN_DOMAIN")
Expand Down

0 comments on commit ecf9cb6

Please sign in to comment.