Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PHPMailer 6.11.0 source code.tar.gz | 2025-09-29 | 117.1 kB | |
PHPMailer 6.11.0 source code.zip | 2025-09-29 | 154.2 kB | |
README.md | 2025-09-29 | 2.8 kB | |
Totals: 3 Items | 274.1 kB | 1 |
This is a large maintenance release fuelled by the contributions of @SirLouen and @jrfnl.
What's Changed
- XOAUTH : Added support for long token by @llemoine in https://github.com/PHPMailer/PHPMailer/pull/3170
- GH Actions: don't run cron jobs on forks by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3187
- GH Actions: update PHP ini configuration by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3190
- Enhance 'interrupted system call' check to handle non-english locale by @christianseel in https://github.com/PHPMailer/PHPMailer/pull/3193
- Fix linting issue on PHP 8.5 by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3211
- PHP 8.5 | Tests: prevent deprecation notice for Reflection*::setAccessible() by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3191
- Sorting the Array problem in doCallback by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3208
- Staticfying the Language Pack by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3216
- Modularizing and Simplifying the Address Parser by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3217
- Fix encoding header for SMIME signed messages with long lines by @schorschii in https://github.com/PHPMailer/PHPMailer/pull/3226
- GH Actions: "pin" all action runners by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3229
- GH Actions/scorecard: update permissions by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3228
- GH Actions: Bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] in https://github.com/PHPMailer/PHPMailer/pull/3230
- GH Actions: Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in https://github.com/PHPMailer/PHPMailer/pull/3113
- GH Actions: do not persist credentials by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3231
- GH Actions: set permissions for each workflow/job by @jrfnl in https://github.com/PHPMailer/PHPMailer/pull/3232
- Improving Copy for mbstring intl test requirements by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3200
- Adding Name Encoding Improvement without MbString Extension by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3202
- Reply-To to Indexed Array Conversion by @SirLouen in https://github.com/PHPMailer/PHPMailer/pull/3237
New Contributors
- @llemoine made their first contribution in https://github.com/PHPMailer/PHPMailer/pull/3170
- @christianseel made their first contribution in https://github.com/PHPMailer/PHPMailer/pull/3193
- @SirLouen made their first contribution in https://github.com/PHPMailer/PHPMailer/pull/3208
- @schorschii made their first contribution in https://github.com/PHPMailer/PHPMailer/pull/3226
Full Changelog: https://github.com/PHPMailer/PHPMailer/compare/v6.10.0...v6.11.0