Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User : u595547767 ( 595547767)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/u595547767/domains/ignainteriors.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u595547767/domains/ignainteriors.com/public_html/mail.php
<?php
	//email starts here

	$subject =$_POST['subject'];
	$phone=$_POST['phone'];

	$name=$_POST['name'];
	$email=$_POST['email'];  
	$message1=$_POST['message'];
   
	$mailto = "info@ignainteriors.com";    

	// To send HTML mail, the Content-type header must be set
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";

// More headers
$headers .= 'From: <admin@sly-beauty.com>' . "\r\n";												//$headers[] = "Bcc: $bcc_mail";
	//$message='Name:'.$name.'<br>Email:'.$email.'</br><br>Phone:'.$phone.'</br>';
	
	$message = "
<html>
<head>
<title>HTML email</title>
</head>
<body>
<table>
<tr>
<th>Name</th>
<th>".$name."</th>
</tr>
<tr>
<td>Phone</td>
<td>".$phone."</td>
</tr>
<tr>
<td>Email</td>
<td>".$email."</td>
</tr>

<tr>
<td>message</td>
<td>".$message1."</td>
</tr>
<tr>

</table>
</body>
</html>
";

// 	mail($mailto, $subject,stripslashes($message), implode("\r\n", $headers));
	
   	mail($mailto,$subject,$message,$headers);
  	
//   	mail("admin@sly-beauty.com",$subject,$message,$headers);
	echo "<script LANGUAGE='JavaScript'>
    window.location.href='https://ignainteriors.com/index.html';
    </script>";
    
    
?>

Al-HUWAITI Shell