PHPMailer 7.0.1
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/imapenginefor 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.