Bases: mill.handler.base.Handler
Output log records to email.
Initialise handler with host and port to connect to SMTP server.
credentials may be supplied as a tuple of (username, password) if the server requires a login.
Note
Messages are expected to be constructed by the formatter and is where attributes such as sender, recipients, subject and content should be set.