Revision history for Mojolicious-Plugin-Mail
1.5 2015-03/16/11:27
* Mojolicios 6.0 ready
1.3 2014-06-03/18:10
Support Mojolicious 5.0 and higer
1.2 2014-05-07/13:08
* Fixed tests, thnx github.com
1.1 2013-10-13/19:19
* Fixed bug with session, thnx github.com
* Cleanup
1.00 2013-06-01/16:49
* Stable version of mail plugin for Mojolicious 4.0
0.95 2013-05-23/01:09
* Mojolicious 4.0 ready
0.94 2012-02-29/16:01
* small fixes
0.93 2012-02-29/12:59
* add shortcut type for content type of mail (ProtoPlex)
* updated docs
0.91 2012-01-30/15:58
* fixed encoding and multipart
0.9 2012-01-09/21:24
* add new encoding, no "Wide character" I hope :-)
* add reply_to
* Happy New Year!
0.83 2011-09-09/09:42
* remove old syntax
* add encode('UTF-8') into the test RT #70814
0.82 2011-07-27/17:41
* Got CPAN Testers Report, try MOJO_NO_BONJOUR=1
0.81 2011-07-24/23:48
* Remove warning "Wide character" (isage)
* Change example/test.pl
0.8 2010-12-30/18:34
* Cleanup for Mojolicious 1.0
0.7 2010-11-10/23:26
* support new Mojolicious version
* support stash params
* add README.pod
* remove warnings
* add example
0.6 2010-09-23/13:20
* New simple interface
* If no subject, uses stash 'subject' (Dmitriy Konstantinov)
* If no data, call render_mail (Alexey Likhatskiy)
* Replace default value of X-Mailer and nomailer option (Dominic Neumann)
0.51 2010-08-30/12:33
* Fixes of documentation.
* Removed warning "Odd number of elements in anonymous hash" (nuclon).
0.5 2010-08-24/17:08
First public version