Project

General

Profile

Feature #9001 ยป smtp-verify.diff

Jim Pingle, 10/03/2018 10:20 AM

View differences:

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']) {
    (1-1/1)