gitdataai/libs/email
ZhenYi 882e86dc33
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
refactor(email): switch to async channel-based email queue with retry
Converts AppEmail from blocking sync sends to a background worker via
mpsc channel, adds SMTP pool tuning (min_idle 5, max_size 100), and
3-retry backoff on send failures.
2026-04-19 00:10:38 +08:00
..
Cargo.toml init 2026-04-15 09:08:09 +08:00
lib.rs refactor(email): switch to async channel-based email queue with retry 2026-04-19 00:10:38 +08:00