13 lines
175 B
HTML
13 lines
175 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
|
||
|
<title>$subject</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
hi, $toemail<br>
|
||
|
$subject<br>
|
||
|
$message
|
||
|
|
||
|
</body>
|
||
|
</html>
|