commit | 8425319eb523ee50b11b06b97738c5a46def84e4 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon May 09 12:24:52 2016 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Mon May 09 12:24:52 2016 +0300 |
tree | 946d8bbab04ba360c7268f3b1d318e9950607549 | |
parent | fd8349f0328cb6c0cd56fd19c931fd79a707faa8 [diff] [blame] |
[ci skip] Fix #4613
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index ed6f737..cdfb43b 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -2153,6 +2153,11 @@ return FALSE; } + if ($this->smtp_keepalive) + { + $this->_smtp_auth = FALSE; + } + return TRUE; }