PHPMailer v6.1.5 Release Notes

Release Date: 2020-03-14 // about 4 years ago
  • ๐Ÿš€ This is a maintenance release.

    • Reject invalid custom headers that are empty or contain breaks
    • ๐Ÿ›  Various fixes for DKIM issues, especially when using mail() transport
    • ๐Ÿ”’ Drop the l= length tag from DKIM signatures; it's a mild security risk
    • Ensure CRLF is used explicitly when needed, rather than static::$LE
    • โž• Add a method for trimming header content consistently
    • Some minor tweaks to resolve static analyser complaints
    • Check that attachment files are readable both when adding and when sending
    • โ†ช Work around Outlook bug in mishandling MIME preamble
    • ๐ŸŒ Danish translation improvements