mockforge-smtp
SMTP server mocking for MockForge.
Features
- RFC 5321 compliant SMTP server
- Fixture-based email handling
- Auto-reply configuration
- In-memory mailbox storage
- Template-based email generation
- Integration with MockForge protocol abstraction
Quick Start
use ;
use Arc;
async
Configuration
smtp:
enabled: true
port: 1025
host: "0.0.0.0"
hostname: "mockforge-smtp"
fixtures_dir: "./fixtures/smtp"
License
MIT OR Apache-2.0