This package provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into bytestrings, and the
ability to send bytestrings via the sendmail executable. You can also use any
other library you wish to send via different methods, eg directly to SMTP.
Changes
0.5
Add support for inline images and multipart/related
Add filePart and filePartBS for attachments
Change Part data type (Disposition and PartContent)
Remove addAttachmentCid and addAttachmentBSCid (replaced by addImage)