用asp发wapメール需要以下两个文件:
default.asp
<%
Response.buffer = true
Response.contentType = "text/vnd.wap.wml"
Response.Write "<?xmlバージョン=" "1.0%>
<wml>
<カードID = "Intro">
<p align = "center">
<big> <strong> wapメール</strong> </big>
<br/>
<br/>
<a href = "#send">正在发送邮件... </a>
</p>
<p>
<small> e8899.com </small>
</p>
</card>
<カードid = "send">
<p>
来自:<入力型= "text" name = "from"/> <br/>
发到:<入力型= "text" name = "to"/> <br/>
主题:<入力型= "text" name = "subject"/> <br/>
内容:<入力型= "テキスト" name = "body"/> <br/>
</p>
<p align = "center">
<do type = "Accept" label = "send">
<go href = "mail.asp" method = "post">
<ポストフィールドname = "from" value = "$"/>
<ポストフィールドname = "to" value = "$"/>
<ポストフィールドname = "subject" value = "$ subject"/>
<ポストフィールド名= "body" value = "$ body"/>
</go>
</do>
</p>
</card>
</wml>