<%= link_to "Impostazioni", admin_path, class: "hover:underline" %> · SMTP per gli invii, IMAP (stesse credenziali) per leggere i bounce. Password cifrate.
Nessun account. Crea il mittente con host, porta e credenziali SMTP.
<% else %>| Nome | Mittente | SMTP | IMAP | Stato | |
|---|---|---|---|---|---|
| <%= identity.name %> |
<%= identity.from_name %> <%= identity.from_email %> |
<%= identity.smtp_host %>:<%= identity.smtp_port %>
<%= Catalog.label_for(Catalog::MAIL_ENCRYPTIONS, identity.encryption) %>
|
<% if identity.imap_ready? %> <%= identity.effective_imap_host %>:<%= identity.effective_imap_port %> <% else %> off <% end %> | <%= identity.active? ? "Attivo" : "Disattivo" %> | <%= link_to "Modifica", edit_mail_identity_path(identity), class: "text-zinc-700 hover:underline dark:text-zinc-300" %> |