Description
Development applications can send mail to a local Rust-based SMTP server instead of real recipients. It is useful for testing email flows safely in local or CI environments.
Test mail may still contain sensitive tokens, links, or personal data. Keep the server bound to trusted interfaces and avoid using production secrets in test messages.