Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
50980c3c
Commit
50980c3c
authored
Nov 28, 2017
by
ale
Committed by
kiki
May 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phpmailer: unset SMTPAutoTLS
parent
9d63afdd
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 @
50980c3c
...
...
@@ -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