activation_email_notify.rhtml 265 Bytes
<%= _('Hello %s,') % @name  %>

<%= _('Your email %s was just activated.') % [@email] %>

<%= _('You can access your e-mail from anywhere, using the following address:') %>
<%= @webmail %>

<%= _('Greetings,') %>

--
<%= _('%s team.') % @environment %>
<%= @url %>