diff --git a/application/controllers/Inspection.php b/application/controllers/Inspection.php
index 80fe17a..0cd8e19 100644
--- a/application/controllers/Inspection.php
+++ b/application/controllers/Inspection.php
@@ -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."
";
$fp = fsockopen($config['smtp_host'], 587, $errno2, $errstr2, 50);
echo "587 ".$errno2." ".$errstr2."
";