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