File: D:/web/hyperflight/! bs3/send-cancelled-order-email.asp
<%Option Explicit%>
<!--#include file="dbfunctions.asp"-->
<!--#include file="apputils.asp"-->
<!--#include file="inc-template-other.asp"-->
<!--#include file="inc-template-messages.asp"-->
<html>
<head><%DisableCache%>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Send Cancelled Order Email <%=Now%></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<%
' (SS,18/4/18)
SendCancelledOrderEmail
%>
<br><br><table><tr><td><%=Now%></td></tr></table>
</div>
</body>
</html>
<%Finalise%>