<%= _('e-Mail configuration') %>

<% form_tag(:action => 'save') do %>
<%= check_box :user, :enable_email %>
<%= _("Marking this option gives you an e-mail account with the address above. You'll be able to access a webmail from your user menu.") %>
<% button_bar do %> <%= submit_button :save, _('Save') %> <%= button :back, _('Back to control panel'), :controller => 'profile_editor' %> <% end %> <% end %>