Php Simple Mail Versions Save

Provides a simple, chainable wrapper for creating and sending emails using the PHP mail() function.

1.7.1

6 years ago
  • Fixes a bug with encoding messages in UTF-8. Thanks to @dweingart

1.7.0

7 years ago
  • Adds static named constructor make()
  • Adds setCc() to allow adding multiple cc addresses
  • Adds setBcc() to allow adding multiple cc addresses
  • Adds setReplyTo to allow quickly and easily setting a Reply-To header
  • Adds setHtml() to allow quickly and easily setting a HTML Content Type header
  • Adds more tests
  • Cleaned up tests
  • Updated the README

1.6.0

7 years ago

Adds a couple of fixes and build improvements.

  • Fixes: #18 FIX: malformed MIME closing boundary
  • Fixes: #17 Outlook untitled attachment

1.5.0

8 years ago

Update to version 1.5