================
- Use ``pywin32`` again, not any longer the meanwhile outdated fork named ``pypiwin32``.
Add some information for installation with buildout.
(`30 <https://github.com/zopefoundation/zope.sendmail/issues/30>`_)
- Support ``bytes`` messages; consistently convert messages
using a "text" type (i.e. ``str`` for Python 3, ``unicode`` for Python 2)
into ``bytes`` via utf-8 encoding.
Prerequisite to fix
`Products.MailHost30
<https://github.com/zopefoundation/Products.MailHost/issues/30>`_.