- Shipped
- September 12, 2026 at 12:54 AM UTC
- Author
- Kamo
- Commit
- 24af8c9
The pure pieces the new screens are built on, each with tests: - the backend's port-first connection rule, mirrored so the form can say how KamoCRM will connect before anything is saved: 465 is implicit TLS with sign-in, 587 is STARTTLS with sign-in whatever Security says, any other port with STARTTLS upgrades and signs in, and anything else is plaintext with no sign-in - one-click presets for the platform relay and common providers - the form as a value: what is dirty, the save body, and validation that only asks for a username and password when the connection signs in - setup readiness and the stages of a test send - the warm-up ramp, countdown, send rhythm and schedule chart numbers useBulkWarmup polls the warm-up every 15 seconds while the tab is visible, pauses while it is hidden, stops on a 403, and applies writes optimistically with rollback.