X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d36fab2913d10bef4eae2cee7c34875f20311af9..a53c7bf623f7a08706eaf73de44380fbf11b14ad:/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