Remove Reply-To from report emails

This commit is contained in:
Eugenij 2019-08-04 22:24:50 +00:00 committed by kaniini
commit 96028cd585
3 changed files with 15 additions and 2 deletions

View file

@ -63,7 +63,6 @@ defmodule Pleroma.Emails.AdminEmail do
new()
|> to({to.name, to.email})
|> from({instance_name(), instance_notify_email()})
|> reply_to({reporter.name, reporter.email})
|> subject("#{instance_name()} Report")
|> html_body(html_body)
end