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 686226e commit 5149e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ public function emailsend() {
//} else {
// echo "nok";
//}
$fp = fsockopen($config['smtp_host'], 443, $errno1, $errstr1, 50);
$fp = fsockopen('www.inline.gr', 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 5149e23

Please sign in to comment.