update PHPMailer to 5.2.21 (#595)

This commit is contained in:
Thomas Kuther
2016-12-29 16:09:39 +01:00
committed by plegall
parent 22ba322baa
commit 255c8a7447
2 changed files with 51 additions and 9 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* @var string
*/
const VERSION = '5.2.19';
const VERSION = '5.2.21';
/**
* SMTP line break constant.
@@ -81,7 +81,7 @@ class SMTP
* @deprecated Use the `VERSION` constant instead
* @see SMTP::VERSION
*/
public $Version = '5.2.19';
public $Version = '5.2.21';
/**
* SMTP server port number.