- Pass extra kwargs to EmailMultiAlternatives in MagicMailBuilder.
Thanks to ad-m.
- Premailer: Fix call when html is None and create a mixin to be more reusable.
Thanks to davidfischer-ch.
- Declare any non-HTML body as text/plain (e.g. JSON).
Thanks to davidfischer-ch.
- Fix issue 22: Celery backend: Handle other serializers than pickle (JSON, yaml...)
Thanks to davidfischer-ch.