Feature #9001 ยป smtp-verify.diff
src/etc/inc/notices.inc | ||
---|---|---|
393 | 393 |
? $config['notifications']['smtp']['timeout'] |
394 | 394 |
: 20, |
395 | 395 |
'debug' => false, |
396 |
'persist' => false |
|
396 |
'persist' => false, |
|
397 |
'socket_options' => array('ssl' => array('verify_peer_name' => false)) |
|
397 | 398 |
); |
398 | 399 | |
399 | 400 |
if ($config['notifications']['smtp']['fromaddress']) { |