Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
c8d54c63
Commit
c8d54c63
authored
Nov 28, 2017
by
ale
Committed by
lucha
Dec 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phpmailer: unset SMTPAutoTLS
parent
4c00e2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
wp-content/mu-plugins/ai-common.php
wp-content/mu-plugins/ai-common.php
+3
-0
No files found.
wp-content/mu-plugins/ai-common.php
View file @
c8d54c63
...
...
@@ -28,6 +28,9 @@ if (defined('SMTP_HOST')) {
$phpmailer
->
SMTPSecure
=
SMTP_SECURE
;
$phpmailer
->
From
=
SMTP_FROM
;
$phpmailer
->
FromName
=
SMTP_NAME
;
// Do not attempt STARTTLS even if the
// server offers it - use SMTPSecure instead.
$phpmailer
->
SMTPAutoTLS
=
false
;
}
}
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