Skip to content

Bump phpmailer/phpmailer from 6.12.0 to 7.0.2#7

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpmailer/phpmailer-7.0.2
Open

Bump phpmailer/phpmailer from 6.12.0 to 7.0.2#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpmailer/phpmailer-7.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps phpmailer/phpmailer from 6.12.0 to 7.0.2.

Release notes

Sourced from phpmailer/phpmailer's releases.

PHPMailer 7.0.2

This is a maintenance release.

What's Changed

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

PHPMailer 7.0.1

Version 7.0.1 (November 25th, 2025)

New Contributors

... (truncated)

Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 7.0.2 (January 9th, 2026)

Version 7.0.1 (November 25th, 2025)

  • Use From domain when generating CIDs in msgHTML.
  • Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5.
  • Revise GitHub actions for PHP 8.5 and experimental 8.6 tests.
  • Switch gmail example from the deprecated IMAP extension to use directorytree/imapengine for IMAP uploads.
  • Set htmlspecialchars() flags explicitly and consistently.
  • Convert XOAUTH2 token exceptions into PHPMailer Exceptions. The original exception is available as an inner exception.
  • Deprecate VERSION constants in POP3 and SMTP classes.
  • Remove dependency on roave/security-advisories; it's now built into composer 2.9.
  • Update Dutch, Esperanto, and Norwegian translations.

Version 7.0.0 (October 15th, 2025)

This is exactly the same as 6.11.1 but bumps the major version number to indicate the presence of a BC break in child classes. Specifically, lang(), setLanguage(), and $language are now static, and should be called statically.

Commits
  • ebf1655 7.0.2
  • b938991 Merge pull request #3283 from SirLouen/patch/3282
  • 7e3f243 Merge pull request #3288 from RobinvanderVliet/patch-1
  • 1a0004b Improve memory usage when sending large attachments
  • a969e57 Merge pull request #3287 from PHPMailer/dependabot/github_actions/actions/upl...
  • 28caa24 Merge pull request #3286 from PHPMailer/dependabot/github_actions/action-runn...
  • 5f71068 GH Actions: Bump actions/upload-artifact from 5.0.0 to 6.0.0
  • 827e170 GH Actions: Bump the action-runners group with 3 updates
  • 0d4c5ee fix: Correct sendmail_path validation to ensure proper formatting for sender ...
  • 14e1efe docs: Fixing array multiline syntax for sendmailPathProvider
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Feb 16, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 72111ea6e7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

composer.json Outdated
"type": "project",
"require": {
"phpmailer/phpmailer": "^6.8",
"phpmailer/phpmailer": "^7.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update vendored PHPMailer to match new lockfile

This bump only changes composer.json/composer.lock, but the runtime image uses the committed src/vendor tree (Dockerfile copies only /src at line 35 and never runs Composer, and entrypoint.sh also has no install step), so production will still ship PHPMailer v6.12.0 from src/vendor/composer/installed.json instead of v7.0.2. In this repository layout, that means the intended dependency/security upgrade is not actually applied and the manifests now misrepresent what code is deployed.

Useful? React with 👍 / 👎.

@dependabot dependabot bot force-pushed the dependabot/composer/phpmailer/phpmailer-7.0.2 branch 2 times, most recently from 168041f to 3765138 Compare February 17, 2026 14:23
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.12.0 to 7.0.2.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v6.12.0...v7.0.2)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/phpmailer/phpmailer-7.0.2 branch from 3765138 to ffa1833 Compare March 15, 2026 22:53
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