classnetColarEmail::SmtpInterceptor
sys::Obj util::AbstractMain netColarEmail::SmtpInterceptor
Smtp server passthrough / relay "Intercepts" the data for processing.
- consumers
- Type[] consumers := Type[LogConsumer#]
- forward
- @Opt { help="Foward to Smtp port (8025)"; aliases=["f"] }
 Int forward := 8025
- host
- @Opt { help="Host To forward to"; aliases=["h"] }
 Str host := "127.0.0.1"
- port
- @Opt { help="Listening to port (25)"; aliases=["p"] }
 Int port := 25
- run
- virtual override Int run()