PHPMailer v6.2.0 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • ๐Ÿš€ This is a maintenance release. With this release, PHPMailer gains official PHP 8 compatibility; earlier versions worked in PHP 8 pre-releases, but the test suite did not. The considerable rework this required (which also restored tests running on older PHP versions) was done by @jrfnl โ€“ thank you very much!

    • PHP 8.0 compatibility
    • Switch from PHP CS Fixer to PHP CodeSniffer for coding standards
    • Create class constants for the debug levels in the POP3 class
    • ๐Ÿ‘Œ Improve French, Slovenian, and Ukrainian translations
    • ๐Ÿ‘Œ Improve file upload examples so file extensions are retained
    • ๐Ÿ›  Resolve PHP 8 line break issues due to a very old PHP bug being fixed
    • โš  Avoid warnings when using old openssl functions
    • ๐Ÿ‘Œ Improve Travis-CI build configuration