Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

0.5.0

Choose a tag to compare

@camuthig camuthig released this 25 Feb 17:09
· 5 commits to master since this release
59657ad

Changelog

Added

  • Support for custom headers on emails.
  • Add character set header to text and HTML content.
  • Add common headers to attachments: content type, character set, name, content ID.
  • Add embedded (inline) attachments to emails.
  • Added fluent addText and addHtml methods on SimpleContent

Change

  • Now using Message objects instead of string for SimpleContent's text and HTML properties.