X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d6e605414d88a1917bd204522b0df68ea47fec11..5b0024e61abe15543740bdc4b58c673d62a394d2:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index c2ff4c53a..b291c2b57 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -108,6 +108,7 @@ private def common_headers(recipient) recipients recipient.email + locale recipient.preferred_language_from(I18n.available_locales) from "webmaster@openstreetmap.org" headers "return-path" => "bounces@openstreetmap.org", "Auto-Submitted" => "auto-generated"