{#if showEmailForm}
emailForm.icon = v} /> nameManuallyEdited = true} required placeholder={t('emailBot.namePlaceholder')} class="flex-1 px-3 py-2 border border-[var(--color-border)] rounded-md text-sm bg-[var(--color-background)]" />
{/if} {#if emailBots.length === 0 && !showEmailForm} {:else}
{#each emailBots as bot}

{bot.name}

{bot.email} {bot.smtp_host}:{bot.smtp_port} {#if bot.smtp_use_tls} TLS {/if}
testEmailBot(bot.id)} disabled={emailTesting[bot.id]} /> editEmailBot(bot)} /> removeEmail(bot.id)} variant="danger" />
{/each}
{/if} confirmDeleteEmail?.onconfirm()} oncancel={() => confirmDeleteEmail = null} /> blockedBy = null} />