default :from => EMAIL_FROM,
:return_path => EMAIL_RETURN_PATH,
:auto_submitted => "auto-generated"
+ helper :application
def signup_confirm(user, token)
@locale = user.preferred_language_from(I18n.available_locales)
--- /dev/null
+<p><%= t'notifier.message_notification.hi', :to_user => @to_user %></p>
+
+<p><%= raw t'notifier.message_notification.header', :from_user => link_to(@from_user, :host => SERVER_URL, :controller => :user, :action => :view, :display_name => @from_user), :subject => @title %></p>
+
+==
+<%= htmlize @text %>
+==
+
+<p>
+ <%= raw t'notifier.message_notification.footer1', :readurl => link_to(@readurl, @readurl) %>
+ <%= raw t'notifier.message_notification.footer2', :replyurl => link_to(@replyurl, @replyurl) %>
+</p>