pub trait MailService: SessionService + MailGuard + MailDispatch { }
Expand description

A short hand for all the mandatory mail services

Implementors