From 6e700b18ac8f2ca666a5aa9882bd956c5ed40576 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Mon, 17 May 2021 17:02:30 -0500 Subject: [PATCH] fix: Make email from address configurable --- config/prod.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prod.exs b/config/prod.exs index 9ab3626c..959c290c 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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