I've made the log-handler [FlaskMailHandler](https://gist.github.com/doekman/d24e233035c0a193d4890eaf9703e220) that integrates with Flask-Mail. It solves some problems that `logging.handlers.SMTPHandler` has: * It integrates with Flask-Mail configuration * It can use TLS, even when no credentials are supplied * You can use text and/or html messages Would this something that could be added to Flask-Mail? I would be happy to create a pull request.