activation_email_notify.text.erb 265 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <%= _('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 %>