Files
web-discuz/template/default/common/sendmail.htm
2025-06-27 21:04:18 +08:00

16 lines
259 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="{$_G['charset']}" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>$subject</title>
</head>
<body>
hi, $toemail<br>
$subject<br>
$message
</body>
</html>