17 lines
288 B
PHP
17 lines
288 B
PHP
<html>
|
|
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
Hello,<br/></br/>
|
|
A new questionaire has been uploaded for the order <a href="{ordersUrl}">{orderNumber}</a> and needs validation!
|
|
<br/>
|
|
<br/>
|
|
Best regards,<br/>
|
|
{APPLICATION_NAME} administrators
|
|
</body>
|
|
|
|
</html>
|