aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2017-03-19 14:32:53 +0700
committerrxu <rxu@mail.ru>2017-03-19 14:32:53 +0700
commit22b86324260dffe4907aac8e6cc9bb848568bcb9 (patch)
treee226a95d8595092e42f58f5d18fc5252d6dded01 /phpBB/includes/functions_messenger.php
parent2cc9b6a857869a2ece283fc31d35729e13bd0f7f (diff)
downloadforums-22b86324260dffe4907aac8e6cc9bb848568bcb9.tar
forums-22b86324260dffe4907aac8e6cc9bb848568bcb9.tar.gz
forums-22b86324260dffe4907aac8e6cc9bb848568bcb9.tar.bz2
forums-22b86324260dffe4907aac8e6cc9bb848568bcb9.tar.xz
forums-22b86324260dffe4907aac8e6cc9bb848568bcb9.zip
[ticket/13558] Change options prefix and add settings precautions.
PHPBB3-13558
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php
index 23a81ae3e8..a6e4cb0679 100644
--- a/phpBB/includes/functions_messenger.php
+++ b/phpBB/includes/functions_messenger.php
@@ -1048,9 +1048,9 @@ function smtpmail($addresses, $subject, $message, &$err_msg, $headers = false)
$collector->install();
$options = array();
- $verify_peer = (bool) $config['ssl_verify_peer'];
- $verify_peer_name = (bool) $config['ssl_verify_peer_name'];
- $allow_self_signed = (bool) $config['ssl_allow_self_signed'];
+ $verify_peer = (bool) $config['smtp_verify_peer'];
+ $verify_peer_name = (bool) $config['smtp_verify_peer_name'];
+ $allow_self_signed = (bool) $config['smtp_allow_self_signed'];
$remote_socket = $config['smtp_host'] . ':' . $config['smtp_port'];
// Set ssl context options, see http://php.net/manual/en/context.ssl.php