Bump phpmailer/phpmailer from 6.9.3 to 6.10.0 by dependabot[bot] · Pull Request #10009 · WWBN/AVideo
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 seeSMTPUTF8.md.What else changed
- Do not add
.editorconfigfile to releases by@ziegenbergin PHPMailer/PHPMailer#3130- Replace Swiftmailer with Symfony Mailer by
@no-onein PHPMailer/PHPMailer#3132- Remove a space by
@no-onein PHPMailer/PHPMailer#3133- Fix the smtp error
ErrorInfomsg: Troubleshooting url glued by@sudwebdesignin PHPMailer/PHPMailer#3148- Add missing translations and improve grammar for European Portuguese by
@sudojoaoin PHPMailer/PHPMailer#3147New Contributors
@ziegenbergmade their first contribution in PHPMailer/PHPMailer#3130@no-onemade their first contribution in PHPMailer/PHPMailer#3132@sudwebdesignmade their first contribution in PHPMailer/PHPMailer#3148@sudojoaomade their first contribution in PHPMailer/PHPMailer#3147Full 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
@arntand ICANN. SeeSMTPUTF8.mdfor details.- More reliable checking for multibyte support.
Commits
bf74d756.10.0e932843Docsca87ef2Docs80b6275Skip this test when UTF-8 isn't usablec5dae41Merge branch 'SMTPUTF8-test' into SMTPUTF8fc6779fFail to add an address if it uses 8-bit chars in the domain, but we are missi...154743cnah1ef59a2Try without mbstring1db5c74Use existing function to check for test configd31cb27Adjust 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)