"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "mrbs-1.9.4/web/lib/MRBS/MailQueue.php" between
mrbs-1.9.4.tar.gz and mrbs-1.10.0.tar.gz

About: MRBS is a web application for booking meeting rooms or other resources (using PHP and MySQL/pgsql).

MailQueue.php  (mrbs-1.9.4):MailQueue.php  (mrbs-1.10.0)
skipping to change at line 178 skipping to change at line 178
} }
break; break;
case 'smtp': case 'smtp':
$mail->isSMTP(); $mail->isSMTP();
$mail->Host = $smtp_settings['host']; $mail->Host = $smtp_settings['host'];
$mail->Port = $smtp_settings['port']; $mail->Port = $smtp_settings['port'];
$mail->SMTPAuth = $smtp_settings['auth']; $mail->SMTPAuth = $smtp_settings['auth'];
$mail->SMTPSecure = $smtp_settings['secure']; $mail->SMTPSecure = $smtp_settings['secure'];
$mail->Username = $smtp_settings['username']; $mail->Username = $smtp_settings['username'];
$mail->Password = $smtp_settings['password']; $mail->Password = $smtp_settings['password'];
$mail->Hostname = $smtp_settings['hostname'];
$mail->Helo = $smtp_settings['helo'];
if ($smtp_settings['disable_opportunistic_tls']) if ($smtp_settings['disable_opportunistic_tls'])
{ {
$mail->SMTPAutoTLS = false; $mail->SMTPAutoTLS = false;
} }
$mail->SMTPOptions = array $mail->SMTPOptions = array
( (
'ssl' => array 'ssl' => array
( (
'verify_peer' => $smtp_settings['ssl_verify_peer'], 'verify_peer' => $smtp_settings['ssl_verify_peer'],
'verify_peer_name' => $smtp_settings['ssl_verify_peer_name'], 'verify_peer_name' => $smtp_settings['ssl_verify_peer_name'],
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)