% layout 'main'; % title 'Dashboard';

Dashboard

<% if ( my $error = flash('error') ) { %>
Error: <%= $error %>
<% } %> <% if ( my $success = flash('success') ) { %>
Error: <%= $success %>
<% } %>
Info

Information for accessing either the hosted mail option, or setting up your mail software.

  • Webmail: <%= link_to $domain->mail_host => $domain->mail_host %>
  • IMAP: <%= $domain->imap_host %>
  • SMTP: <%= $domain->smtp_host %>
  • Use your email and password for authentication on both IMAP and SMTP
Aliases

All Aliases set up for you

    <% foreach my $alias ( $aliases->all ) { %>
  • <%= $alias->source %>
  • <% } %>
Change Password

Gotta have some way of doing it, after all...

<%= csrf_field %>
Recovery Email

In the chance you forget your password, this at least lets you recover it!

  • Current Address: <%= $recovery_email %>
<%= csrf_field %>