PHPMailer v5.2.10 Release Notes

Release Date: 2015-05-04 // about 9 years ago
    • βž• Add custom header getter
    • πŸ‘‰ Use application/javascript for .js attachments
    • πŸ‘Œ Improve RFC2821 compliance for timelimits, especially for end-of-data
    • βž• Add Azerbaijani translations (Thanks to @mirjalal)
    • Minor code cleanup for robustness
    • βž• Add Indonesian translations (Thanks to @ceceprawiro)
    • Avoid error_log Debugoutput naming clash
    • βž• Add ability to parse server capabilities in response to EHLO (useful for SendGrid etc)
    • 0️⃣ Amended default values for WordWrap to match RFC
    • βœ‚ Remove html2text converter class (has incompatible license)
    • Provide new mechanism for injecting html to text converters
    • πŸ‘Œ Improve pointers to docs and support in README
    • βž• Add example file upload script
    • πŸ”¨ Refactor and major cleanup of EasyPeasyICS, now a lot more usable
    • πŸ‘‰ Make set() method simpler and more reliable
    • βž• Add Malay translation (Thanks to @nawawi)
    • βž• Add Bulgarian translation (Thanks to @mialy)
    • βž• Add Armenian translation (Thanks to Hrayr Grigoryan)
    • βž• Add Slovenian translation (Thanks to Klemen TuΕ‘ar)
    • More efficient word wrapping
    • βž• Add support for S/MIME signing with additional CA certificate (thanks to @IgitBuh)
    • πŸ›  Fix incorrect MIME structure when using S/MIME signing and isMail() (#372)
    • πŸ‘Œ Improved checks and error messages for missing extensions
    • Store and report SMTP errors more consistently
    • βž• Add MIME multipart preamble for better Outlook compatibility
    • Enable TLS encryption automatically if the server offers it
    • Provide detailed errors when individual recipients fail
    • Report more errors when connecting
    • βž• Add extras classes to composer classmap
    • Expose stream_context_create options via new SMTPOptions property
    • πŸ–¨ Automatic encoding switch to quoted-printable if message lines are too long
    • βž• Add Korean translation (Thanks to @ChalkPE)
    • πŸ“„ Provide a pointer to troubleshooting docs on SMTP connection failure