Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps phpmailer/phpmailer from 6.9.3 to 6.10.0.

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

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.9.3 to 6.10.0.
- [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
  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 5, 2025
@DanielnetoDotCom DanielnetoDotCom merged commit 19f133a into master May 5, 2025
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpmailer/phpmailer-6.10.0 branch May 5, 2025 09:22
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