mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 01:10:40 +00:00
Bump PHPMailer from 7.0.2 to 7.1.1
This commit is contained in:
@@ -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'
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user