Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
50e20eb4
Commit
50e20eb4
authored
Dec 23, 2017
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PHPMailer (5.2.26)
parent
5bab3483
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
class.phpmailer.php
qa-include/vendor/PHPMailer/class.phpmailer.php
+3
-1
class.smtp.php
qa-include/vendor/PHPMailer/class.smtp.php
+2
-2
No files found.
qa-include/vendor/PHPMailer/class.phpmailer.php
View file @
50e20eb4
...
@@ -31,7 +31,7 @@ class PHPMailer
...
@@ -31,7 +31,7 @@ class PHPMailer
* The PHPMailer Version number.
* The PHPMailer Version number.
* @var string
* @var string
*/
*/
public
$Version
=
'5.2.2
5
'
;
public
$Version
=
'5.2.2
6
'
;
/**
/**
* Email priority.
* Email priority.
...
@@ -659,6 +659,8 @@ class PHPMailer
...
@@ -659,6 +659,8 @@ class PHPMailer
if
(
$exceptions
!==
null
)
{
if
(
$exceptions
!==
null
)
{
$this
->
exceptions
=
(
boolean
)
$exceptions
;
$this
->
exceptions
=
(
boolean
)
$exceptions
;
}
}
//Pick an appropriate debug output format automatically
$this
->
Debugoutput
=
(
strpos
(
PHP_SAPI
,
'cli'
)
!==
false
?
'echo'
:
'html'
);
}
}
/**
/**
...
...
qa-include/vendor/PHPMailer/class.smtp.php
View file @
50e20eb4
...
@@ -30,7 +30,7 @@ class SMTP
...
@@ -30,7 +30,7 @@ class SMTP
* The PHPMailer SMTP version number.
* The PHPMailer SMTP version number.
* @var string
* @var string
*/
*/
const
VERSION
=
'5.2.2
5
'
;
const
VERSION
=
'5.2.2
6
'
;
/**
/**
* SMTP line break constant.
* SMTP line break constant.
...
@@ -81,7 +81,7 @@ class SMTP
...
@@ -81,7 +81,7 @@ class SMTP
* @deprecated Use the `VERSION` constant instead
* @deprecated Use the `VERSION` constant instead
* @see SMTP::VERSION
* @see SMTP::VERSION
*/
*/
public
$Version
=
'5.2.2
5
'
;
public
$Version
=
'5.2.2
6
'
;
/**
/**
* SMTP server port number.
* SMTP server port number.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment