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