Compare commits

..

2 Commits

Author SHA1 Message Date
Ryan Pandya
b3aff0d742 Merge branch 'dev' of http://git.ryanpandya.com:3003/ryan/friends into dev 2022-10-24 00:34:10 -07:00
Ryan Pandya
6430858f92 swoosh -> postmark 2022-10-24 00:33:44 -07:00

View File

@ -24,10 +24,12 @@ config :friends, FriendsWeb.Endpoint,
#
# For production it's recommended to configure a different adapter
# at the `config/runtime.exs`.
config :friends, Friends.Mailer, adapter: Swoosh.Adapters.Local
config :friends, Friends.Mailer,
adapter: Swoosh.Adapters.Postmark,
api_key: "9f88862b-b2b3-46bf-9d50-31ebc2f7820c"
# Swoosh API client is needed for adapters other than SMTP.
config :swoosh, :api_client, false
# config :swoosh, :api_client, false
# Configure esbuild (the version is required)
config :esbuild,