X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/03f733c4f4091dc53e391aa74a020681af98a4ff..273706ae09862364deaa0287a3b563340300fdea:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index df30d651b..41734bb5b 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -99,8 +99,8 @@ private def common_headers(recipient) recipients recipient.email locale recipient.preferred_language_from(I18n.available_locales) - from "OpenStreetMap " - headers "return-path" => "bounces@openstreetmap.org", + from EMAIL_FROM + headers "return-path" => EMAIL_RETURN_PATH, "Auto-Submitted" => "auto-generated" end