Changelog¶
0.2.2 (2014-07-04)¶
- Bugfix: actually attach attachments
- Bugfix: actually use the headers parameter
0.2.1 (2013-10-30)¶
- make
from_emaildefault tosettings.DEFAULT_FROM_EMAIL
0.2.0 (2013-09-12)¶
- remove
messagemethog on email callables in favor of direct class instantiation. - make
as_callableuse an subclass of the email message with the overridden**kwargscalling arguments.
0.1.1 (2013-07-27)¶
Initial Release