any_logger_email 1.1.2
any_logger_email: ^1.1.2 copied to clipboard
Email appender for any_logger with SMTP support, batching, HTML formatting, and rate limiting. Works with Gmail, Office 365, SendGrid, and more.
Changelog #
1.1.2 #
- Formatter jittered README.md formatting. Fixed
1.1.1 #
- Email appender now extends FileAppender and has proper rotation cycle functionality that trigger email sending
- Large emails, by default over 8MB get split into parts
1.1.0 #
- Changed setup for email services to match authentication
1.0.7 #
- Added new appender method for short self description to improve logger config debugging
- Updated tests to work with LoggerBuilder changes from any_logger 1.0.12
1.0.6 #
- Improved self logging
1.0.5 #
- Adding documentation on how to register this extension
1.0.4 #
- Upgrading to any_logger 1.0.7 - Important bug fix
1.0.3 #
- Shortening project description
1.0.2 #
- Depend on any_logger ^1.0.6
1.0.1 #
-
Using static const String appenderName = 'EMAIL'; instead of string
-
Updated README
-
Fixed issues reported by pano
-
Dependency to any_logger ^1.0.5
1.0.0 #
- Initial release of Any Logger Email