Bump PHPMailer from 7.0.2 to 7.1.1

This commit is contained in:
johnnyq
2026-06-24 13:53:50 -04:00
parent 3d858eb761
commit bd310d1e5d
7 changed files with 112 additions and 33 deletions

View File

@@ -36,7 +36,7 @@ class SMTP
* @var string
* @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead.
*/
const VERSION = '7.0.2';
const VERSION = '7.1.1';
/**
* SMTP line break constant.
@@ -1289,7 +1289,7 @@ class SMTP
* 3. EHLO has been sent -
* $name == 'HELO'|'EHLO': returns the server name
* $name == any other string: if extension $name exists, returns True
* or its options (e.g. AUTH mechanisms supported). Otherwise returns False.
* or its options (e.g. AUTH mechanisms supported). Otherwise, returns False.
*
* @param string $name Name of SMTP extension or 'HELO'|'EHLO'
*