ACC SHELL

Path : /srv/www/vhosts/toptisk/_puvodni_web/backup2/support/
File Upload :
Current File : /srv/www/vhosts/toptisk/_puvodni_web/backup2/support/toemail.php

<?

  $name=trim($name);
  $text=trim($text);

  $toaddress = "chevalier@toptisk.com";
  $mailcontent = "Odesílatel: ".$name."\n"
		."Text: \n".$text."\n";
  
  if ($radiobuttons1 == high) $subject = "TOPTISK HIGH PRIORITY";
     else if ($radiobuttons1 == middle) $subject = "TOPTISK MIDDLE PRIORITY";
     else if ($radiobuttons1 == low) $subject = "TOPTISK LOW PRIORITY";


  mail($toaddress, $subject, $mailcontent);
?>
  

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
	background-color: #000099;
}
.styl1 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
-->
</style></head>

<body>

<div align="center">
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
</div>
<div align="center">
  <table width="534" border="0" cellpadding="0" cellspacing="0" bgcolor="#FF6600">
    <!--DWLayoutTable-->
    <tr>
      <td width="534" height="74">&nbsp;</td>
    </tr>
    <tr>
      <td height="41" align="center" valign="middle"><div align="center" class="styl1">!!! Zpr&aacute;va byla odesl&aacute;na !!! </div></td>
    </tr>
    <tr>
      <td height="75">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

ACC SHELL 2018