taoensso.timbre.appenders.postal

(source)
Email (Postal) appender. Requires <https://github.com/drewr/postal>.

For more info about this library see:

https://github.com/taoensso/timbre/wiki
Public Variable Short Description
default-body-fn (clj) Given an `output-str`, returns an appropriate Postal email body.
default-subject-fn (clj) Given an `output-str`, returns an appropriate email subject string: - Take only the first line - Trim it - Simplify whitespace - Never exceed `max-subject-len` characters.
postal-appender (clj) Returns a Postal email appender.