Use a different stream option to see if it works with Travis

This commit is contained in:
Synchro 2013-05-16 17:05:23 +02:00
parent 85136af8b6
commit 3215f89736
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
/**