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
PHPMailer 6.1.8
This is a maintenance release.
Mark ext-hash as required in composer.json. This has long been required, but now it will cause an error at install time rather than runtime, making it easier to diagnose
Make file upload examples safer
Update links to SMTP testing servers
Avoid errors when set_time_limit is disabled (you need better hosting!)
Allow overriding auth settings for local tests; makes it easy to run tests using HELO
Recover gracefully from errors during keepalive sessions
Add AVIF MIME type mapping
Prevent duplicate To headers in BCC-only messages when using mail()
Avoid file function problems when attaching files from Windows UNC paths
Improve German, Bahasa Indonesian, Filipino translations
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
Version 6.1.8 (October 9th, 2020)
Mark ext-hash as required in composer.json. This has long been required, but now it will cause an error at install time rather than runtime, making it easier to diagnose
Make file upload examples safer
Update links to SMTP testing servers
Avoid errors when set_time_limit is disabled (you need better hosting!)
Allow overriding auth settings for local tests; makes it easy to run tests using HELO
Recover gracefully from errors during keepalive sessions
Add AVIF MIME type mapping
Prevent duplicate To headers in BCC-only messages when using mail()
Avoid file function problems when attaching files from Windows UNC paths
Improve German, Bahasa Indonesian, Filipino translations
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.
Bumps phpmailer/phpmailer from 6.1.7 to 6.2.0.
Release notes
Sourced from phpmailer/phpmailer's releases.
Changelog
Sourced from phpmailer/phpmailer's changelog.
Commits
e38888a
6.2.025ad471
CS78bda99
Make the tests PHPUnit cross version compatible + test on PHP 8 (#2202)a2e5e89
Removed missing example link (#2190)4e9e676
Changelog5c559ad
Always use CRLF if php version is 8.0 or newer. (#2188)3dffb3e
Load classes earlier9a85f49
Simplify security section in readmef632148
Retain uploaded extension in the attachment examples so that the MIME type is...600bcde
Travis: simplify and improve setup and run tests on php 5.5 (#2183)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.