Skip to content

Commit

Permalink
Update PHPMailer to 5.2.23 via Composer
Browse files Browse the repository at this point in the history
Fixes #22940
  • Loading branch information
vboctor committed Jun 4, 2017
1 parent afea93e commit 9cbc85e
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 6 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -7,6 +7,7 @@
"guzzlehttp/guzzle": "^6.2",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.20",
"phpmailer/phpmailer": "^5.2",
"erusev/parsedown": "^1.6"
},
"license": "GPL v2",
Expand Down
78 changes: 77 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions core/email_api.php
Expand Up @@ -74,8 +74,6 @@
require_api( 'user_pref_api.php' );
require_api( 'utility_api.php' );

require_lib( 'phpmailer/PHPMailerAutoload.php' );

# reusable object of class SMTP
$g_phpMailer = null;

Expand Down
2 changes: 0 additions & 2 deletions library/README.md
Expand Up @@ -9,7 +9,6 @@ The version and status of each is summarized below:

directory | project | version | status
----------------|-----------------|-----------|---------------
phpmailer | PHPMailer | 5.2.22 | unpatched [1]
rssbuilder | RSSBuilder | 2.2.1 | patched [2]
utf8 | phputf8 | 0.5 | unpatched
securimage | PHP Captcha | 3.6.5 | patched [1]
Expand Down Expand Up @@ -43,7 +42,6 @@ Upstream projects

project | URL
----------------|--------------------------------------------------------------------
phpmailer | https://github.com/PHPMailer/PHPMailer
rssbuilder | http://code.google.com/p/flaimo-php/
utf8 | http://sourceforge.net/projects/phputf8
secureimage | http://www.phpcaptcha.org/ - https://github.com/mantisbt/securimage
Expand Down
1 change: 0 additions & 1 deletion library/phpmailer
Submodule phpmailer deleted from e066a6

0 comments on commit 9cbc85e

Please sign in to comment.