fix: Make email from address configurable
This commit is contained in:
parent
3cd4cbd8fb
commit
6e700b18ac
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ config :core, Legendary.CoreMailer,
|
||||||
no_mx_lookups: false,
|
no_mx_lookups: false,
|
||||||
auth: :always
|
auth: :always
|
||||||
|
|
||||||
|
config :core, email_from: System.get_env("EMAIL_FROM")
|
||||||
|
|
||||||
# ## Using releases (Elixir v1.9+)
|
# ## Using releases (Elixir v1.9+)
|
||||||
#
|
#
|
||||||
# If you are doing OTP releases, you need to instruct Phoenix
|
# If you are doing OTP releases, you need to instruct Phoenix
|
||||||
|
|
Loading…
Reference in a new issue