PHPMailer v5.2.17 Release Notes

Release Date: 2016-12-09 // over 7 years ago
    • ๐Ÿš€ This is officially the last feature release of 5.2. Security fixes only from now on; use PHPMailer 6.0!
    • ๐Ÿ‘ Allow DKIM private key to be provided as a string
    • Provide mechanism to allow overriding of boundary and message ID creation
    • ๐Ÿ‘Œ Improve Brazilian Portuguese, Spanish, Swedish, Romanian, and German translations
    • ๐Ÿ‘ PHP 7.1 support for Travis-CI
    • ๐Ÿ›  Fix some language codes
    • โž• Add security notices
    • ๐Ÿ‘Œ Improve DKIM compatibility in older PHP versions
    • ๐Ÿ‘Œ Improve trapping and capture of SMTP connection errors
    • ๐Ÿ‘Œ Improve passthrough of error levels for debug output
    • PHPDoc cleanup