Use a different stream option to see if it works with Travis
This commit is contained in:
parent
85136af8b6
commit
3215f89736
|
|
@ -969,7 +969,7 @@ EOT;
|
|||
$this->assertTrue($this->Mail->SmtpConnect(), 'SMTP multi-connect failed');
|
||||
$this->Mail->SmtpClose();
|
||||
$this->Mail->Host = $_REQUEST['mail_host'];
|
||||
$this->assertTrue($this->Mail->SmtpConnect(array('socket' => array('bindto' => '0:7000'))), 'SMTP connect with options failed');
|
||||
$this->assertTrue($this->Mail->SmtpConnect(array('ssl' => array('verify_depth' => 10))), 'SMTP connect with options failed');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue