fix: Make email from address configurable

This commit is contained in:
Robert Prehn 2021-05-17 17:02:30 -05:00
parent 3cd4cbd8fb
commit 6e700b18ac

View file

@ -79,6 +79,8 @@ config :core, Legendary.CoreMailer,
no_mx_lookups: false,
auth: :always
config :core, email_from: System.get_env("EMAIL_FROM")
# ## Using releases (Elixir v1.9+)
#
# If you are doing OTP releases, you need to instruct Phoenix