Credentials Vault & DNS Compliance Flow
Understand the core mechanics, queues, and logic routines running on our servers when processing this module.
System Execution Pipeline
Below is the step-by-step sequence of events executed by our background workers.
Add SMTP Account
User inputs email credentials in the Connection Wizard.
Live SMTP Check
System triggers an EHLO SMTP handshake. If validation passes, credentials are encrypted and stored.
OTP Dispatch
An OTP is sent to that specific email inbox. Once validated, status changes to PENDING_DNS.
DNS Scan
Background workers resolve the domain's TXT records to confirm SPF, DKIM, and DMARC are active.
READY Status
The account joins the active sharding rotation pool.
Developer & Architect Notes
Technical Architecture
This module operates as a stateless service hosted across horizontally scalable server nodes. Distributed state coordinates through highly optimized Redis transactions to ensure consistency without deadlocks.
Edge Fail-Safe Rules
Critical protocols (like connection failure retries, cool-down timers, and data limits) are verified before outbound dispatches. Failures degrade gracefully, prioritizing list health and preventing blacklisting.