mailer 1.1.0 mailer: ^1.1.0 copied to clipboard
Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
1.1.0 #
- merge crypto util fix and update example
- upgrade unittest to test and move it to dev_dependencies
- added OpenMailBoxSmtpOptions
- improve address parsing and sanitization (from hoylen)
- cleanup chunkEncodedBytes and associated test
- update example to allow CC and BCC
1.0.1 #
- add simple example/send_gmail.data
- fix pubspec to pull crypto 0.9.0
1.0.0 - Oct 4, 2015 #
- initial release