import { Info } from 'lucide-react'; import { PageHeader } from '@/components/shared/page-header'; import { RegistryDrivenForm } from '@/components/admin/shared/registry-driven-form'; import { SalesEmailConfigCard } from '@/components/admin/sales-email-config-card'; import { EmailRoutingCard } from '@/components/admin/email-routing-card'; import { SmtpTestSendCard } from '@/components/admin/email/smtp-test-send-card'; import { TestTemplateCard } from '@/components/admin/email/test-template-card'; export default function EmailSettingsPage() { return (
Why two accounts? Transactional emails (signing invites, notifications, password resets) ship from your noreply mailbox over the SMTP credentials below. Rep-authored sales emails (one-off messages, proposal sends) ship from the sales mailbox with separate credentials so replies land in a human-monitored inbox.
The noreply credentials are also used by the supplemental-info workflow + portal activation, i.e. anywhere the platform sends on its own initiative. The sales credentials are only used when a rep clicks Send in the compose UI.