Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 27, 2024
1 parent 0c1872b commit 686226e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,8 +1115,8 @@ public function emailsend() {
//} else {
// echo "nok";
//}
$fp = fsockopen($config['smtp_host'], 2525, $errno1, $errstr1, 50);
echo "2525 ".$errno1." ".$errstr1."<br>";
$fp = fsockopen($config['smtp_host'], 443, $errno1, $errstr1, 50);
echo "443 ".$errno1." ".$errstr1."<br>";
$fp = fsockopen($config['smtp_host'], 587, $errno2, $errstr2, 50);
echo "587 ".$errno2." ".$errstr2."<br>";

Expand Down

0 comments on commit 686226e

Please sign in to comment.