Skip to content

build(deps): bump phpmailer/phpmailer from 7.0.2 to 7.1.1#151

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpmailer/phpmailer-7.1.1
Open

build(deps): bump phpmailer/phpmailer from 7.0.2 to 7.1.1#151
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpmailer/phpmailer-7.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps phpmailer/phpmailer from 7.0.2 to 7.1.1.

Release notes

Sourced from phpmailer/phpmailer's releases.

PHPMailer 7.1.1

This is a maintenance release.

7.1.0 introduced strict validation of the Encoding property, but it was a bit too strict; this release makes it case-insensitive, meaning that 8Bit will work just as 8bit does. If you're using the PHPMailer constants, this won't affect you as they were already lower-case.

PHPMailer 7.1.0

This is a maintenance and minor security release.

What's changed

  • Validate MessageDate before including it in headers.
  • Minor feature: some common non-RFC date formats and DateTime instances are now automatically converted to the right format for MessageDate.
  • Strip breaks from XMailer, ContentType, and CharSet properties.
  • Strip breaks from username and password properties before use in POP3.
  • Enforce strict checks on Encoding values.
  • Ease BC IMAP issues by allowing the parseAddresses $useimap parameter to be false or null without triggering a deprecation warning.
  • Updated Turkish and Norwegian translations.
  • Test case cleanup and improvements by @​jrfnl.
  • Fix crash if Mailer ended up empty.
  • Use Ubuntu 24.04 for tests.

Security changes

We received several duplicate reports of the same issue, buried deep in reams of AI slop. Specifically, several PHPMailer properties and two POP3 properties were not sanitised before use. These properties are typically only set by developers, not exposed to user input, and would also have to be mishandled by host applications to become a problem. Nevertheless, these properties have now been rendered harmless.

New Contributors

Full Changelog: PHPMailer/PHPMailer@v7.0.2...v7.1.0

Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 7.1.1 (May 18th, 2026)

  • Make encoding validator case-insensitive

Version 7.1.0 (May 15th, 2026)

  • Validate MessageDate before including it in headers.
  • Minor feature: some common non-RFC date formats and DateTime instances are now automatically converted to the right format for MessageDate.
  • Strip breaks from XMailer, ContentType, and CharSet properties.
  • Strip breaks from username and password properties before use in POP3.
  • Enforce strict checks on Encoding values.
  • Ease BC IMAP issues by allowing the parseAddresses $useimap parameter to be false or null without triggering a deprecation warning.
  • Updated Turkish and Norwegian translations.
  • Test case cleanup and improvements by @​jrfnl.
  • Fix crash if Mailer ended up empty.
  • Use Ubuntu 24.04 for tests.
Commits

Dependabot compatibility score

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 7.0.2 to 7.1.1.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v7.0.2...v7.1.1)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants