adding notify_email setting for trigger emails
This commit is contained in:
parent
144648de92
commit
fe13a1d78c
12 changed files with 132 additions and 16 deletions
|
|
@ -15,7 +15,7 @@ defmodule Pleroma.UserEmail do
|
|||
defp instance_name, do: instance_config()[:name]
|
||||
|
||||
defp sender do
|
||||
{instance_name(), instance_config()[:email]}
|
||||
{instance_name(), instance_config()[:notify_email]}
|
||||
end
|
||||
|
||||
defp recipient(email, nil), do: email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue