body :to_user => comment.diary_entry.user.display_name,
:from_user => comment.user.display_name,
:body => comment.body,
- :subject => comment.diary_entry.title,
+ :title => comment.diary_entry.title,
:readurl => url_for(:host => SERVER_URL,
:controller => "diary_entry",
:action => "view",
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"