<%= raw(t('register.thank_you', :sitename=>Site.current.name)) %>

<%= raw(t('email.confirm', :url => "http://" + Site.current.domain.to_s + "/activate/" + @hash )) %>

<%= raw(t('email.spam_activation', :contact => Site.current.smtp_sender, :feedback => "http://" + Site.current.domain.to_s + new_feedback_path())) %>

<%= @signature %>