PHPMailer v6.1.0 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • ๐Ÿš€ This is a feature and maintenance release.

    • ๐Ÿ›  Multiple bug fixes for folding of long header lines, thanks to @caugner
    • โž• Add support for RFC2387 child element content-type hint in multipart/related structures.
    • ๐Ÿ‘Œ Support for Ical event methods other than REQUEST, thanks to @puhr-mde
    • ๐Ÿ”„ Change header folding and param separation to use spaces instead of tabs
    • ๐Ÿ‘‰ Use ; to separate multiple MIME header params
    • โž• Add support for RFC3461 DSN messages
    • ๐Ÿ›  IMAP example code fixed
    • ๐Ÿ‘‰ Use PHP temp streams instead of temp files
    • ๐Ÿ‘ Allow for longer SMTP error codes
    • โšก๏ธ Updated Brazilian Portuguese translation
    • Throw exceptions on invalid encoding values
    • โž• Add Afrikaans translation, thanks to @Donno191
    • โšก๏ธ Updated Farsi/Persian translation
    • โž• Add PHP 7.4 to test config
    • โœ‚ Remove some ambiguity about setting XMailer property
    • ๐Ÿ‘Œ Improve error checking in mailing list example
    • โฌ‡๏ธ Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI
    • ๐Ÿ›  Fix S/MIME signing
    • โž• Add constants for encryption type
    • More consistent use of constants for encryption, charset, encoding
    • โž• Add PHPMailer logo images