* Fix: notifications on save can be async or sync.
1.8.2
++++++++++++++++++
* Fix: ensure "to", "reply_to", "cc" and "bcc" are valid email lists or None.
1.8.1
++++++++++++++++++
* Fix: take into account cc, bcc and reply_to in async emails + fix typing.
1.8.0
++++++++++++++++++
* Fix: Replace ugettext by gettext. * Fix: Cast email subject to str in send method. * Feat: Better type checking. * Feat: Added extra data method por EventHandler. * Feat: Added system to handle individual sending or batch sending for pushes.