Displaying 1 result from an estimated 1 matches for "activate_new_account".
2009 Mar 25
1
I18n + ActionMailer = conflict ?
...ignup_notification(user)
@recipients = "#{user.email}"
@from = APP_CONFIG[''mail''][''sender'']
@subject = "#{APP_CONFIG[''settings''][''name'']} - "
@subject += "#{ t(''.activate_new_account'') }."
@body[:user] = user
@body[:url] =
"http://#{APP_CONFIG[''settings''][''domain'']}/activate/#{user.activation_code}"
@sent_on = Time.now
end
end
=================================
(See the translation in the 2 "@...