Skip to content

Update phpmailer/phpmailer requirement from 6.9.3 to 6.10.0 in /lib#7541

Merged
Frenzie merged 1 commit intoedgefrom
dependabot/composer/lib/phpmailer/phpmailer-6.10.0
May 1, 2025
Merged

Update phpmailer/phpmailer requirement from 6.9.3 to 6.10.0 in /lib#7541
Frenzie merged 1 commit intoedgefrom
dependabot/composer/lib/phpmailer/phpmailer-6.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Updates the requirements on phpmailer/phpmailer to permit the latest version.

Release notes

Sourced from phpmailer/phpmailer's releases.

v6.10.0

PHPMailer 6.10.0

This is a feature and maintenance release introducing full support for RFC 6531 SMTPUTF8, meaning that you are now free to use Unicode characters in email addresses, such as JøeÜser@example.com, and everywhere else, without any complicated encoding schemes. Using this feature requires that you send through a mail server that advertises support for SMTPUTF8. For full details see SMTPUTF8.md.

What else changed

New Contributors

Full Changelog: PHPMailer/PHPMailer@v6.9.3...v6.10.0

Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 6.10.0 (April 24th, 2025)

  • Add support for RFC 6530 SMTPUTF8, permitting use of UTF-8 Unicode characters everywhere, thanks to @​arnt and ICANN. See SMTPUTF8.md for details.
  • More reliable checking for multibyte support.

Version 6.9.3 (November 22nd, 2024)

  • Add support for the release version of PHP 8.4
  • Add experimental support for PHP 8.5
  • Use rfc-editor.org for all RFC docs links

Version 6.9.2 (October 9th, 2024)

  • Escape dots in SMTP transaction ID patterns
  • Add link to aboutmy.email testing service in docs
  • Add a more comprehensive example for using XOAUTH2 with gmail and Azure, thanks to @​decomplexity
  • Update Turkish, Spanish, Japanese, Russian, French translations
  • Add Urdu & Kurdish (Sorani) translations
  • Fix broken links in docs and comments, avoid http links, correct link to LGPL 2.1 license file
  • Cleaner PSR-3 SMTP debug logging
  • Bump GitHub action versions
  • Fix error handler scope issue in POP3 and SMTP classes
  • Numerous test improvements by @​jrfnl

Version 6.9.1 (November 25th, 2023)

  • Finalise SendOauth2 example

Version 6.9.0 (November 23rd, 2023)

  • Add support for official release of PHP 8.3, add experimental support for PHP 8.4
  • Add clearCustomHeader and replaceCustomHeader methods
  • Add support for the XCLIENT SMTP extension with setSMTPXclientAttribute and getSMTPXclientAttributes methods
  • Don't attempt opportunistic TLS when connecting to localhost
  • Add package link and example showing how to use @​decomplexity's SendOauth2 wrapper
  • Update example to show a better way of using an SMTP subclass
  • Avoid some more deprecation warnings
  • Update Danish and Polish translations
  • Add Bengali and Assamese translations

Version 6.8.1 (August 29th, 2023)

  • Don't reflect malformed DSNs in error messages to avert any risk of XSS
  • Improve Simplified Chinese, Sinhalese, and Norwegian translations
  • Don't use setAccessible in PHP >= 8.1 in tests
  • Avoid a deprecation notice in PHP 8.3
  • Fix link in readme

Version 6.8.0 (March 6th, 2023)

  • Add DSN parsing class, thanks to @​voronkovich
  • Fix some name edge cases, expand tests
  • Add pattern for ZonMTA message IDs
  • Improve Hindi translation

Version 6.7.1 (December 8th, 2022)

  • Add official support for PHP 8.2

... (truncated)

Commits
  • bf74d75 6.10.0
  • e932843 Docs
  • ca87ef2 Docs
  • 80b6275 Skip this test when UTF-8 isn't usable
  • c5dae41 Merge branch 'SMTPUTF8-test' into SMTPUTF8
  • fc6779f Fail to add an address if it uses 8-bit chars in the domain, but we are missi...
  • 154743c nah
  • 1ef59a2 Try without mbstring
  • 1db5c74 Use existing function to check for test config
  • d31cb27 Adjust eai regex to disallow emoji and letters/numbers.
  • Additional commits viewable in compare view

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 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 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)

Updates the requirements on [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) to permit the latest version.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v6.9.3...v6.10.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-version: 6.10.0
  dependency-type: direct:production
...

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 1, 2025
@Frenzie Frenzie merged commit df6e57c into edge May 1, 2025
1 check passed
@Frenzie Frenzie added this to the 1.26.2 milestone May 1, 2025
@dependabot dependabot bot deleted the dependabot/composer/lib/phpmailer/phpmailer-6.10.0 branch May 1, 2025 19:54
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request May 1, 2025
@Alkarex Alkarex mentioned this pull request May 1, 2025
@Alkarex
Copy link
Member

Alkarex commented May 1, 2025

The actual code change was not included in this PR.
Fixed in #7542, but let's keep it for after the release of 1.26.2

Alkarex added a commit that referenced this pull request May 3, 2025
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.

2 participants