โ Terug naar inbox
Email Accounts
Configureer IMAP/SMTP voor het ontvangen en versturen van e-mail
<% if (saved) { %>
Account succesvol opgeslagen
<% } %>
<% if (error) { %>
<%= error %>
<% } %>
<% if (accounts.length > 0) { %>
Bestaande Accounts
<% accounts.forEach(function(a){ %>
<%= a.email %>IMAP: <%= a.imap_host %> ยท SMTP: <%= a.smtp_host %>
<% }) %>
<% } %>
<%= accounts.length > 0 ? 'Account Toevoegen' : 'Eerste Account Configureren' %>