WEB开发网
开发学院WEB开发Jsp 邮件发送简单例子-html文件 阅读

邮件发送简单例子-html文件

 2000-12-10 16:38:06 来源:WEB开发网   
核心提示:<html><head><title>javaMail Form</title></head><body><form action="/purejsp/MailExample.jsp" method="post&
<html>
<head>
<title>javaMail Form</title>
</head>

<body>
<form action="/purejsp/MailExample.jsp" method="post">
<table cellspacing="2" cellpadding="2" border="1">
<tr>
<td>To:</td>
<td>
<input type="text" name="to" size="30" maxlength="30">
</td>
</tr>
<tr>
<td>From:</td>
<td>
<input type="text" name="from" size="30" maxlength="30">
</td>
</tr>
<tr>
<td>Subject</td>
<td>
<input type="text" name="subject" size="30" maxlength="30">
</td>
</tr>
<tr>
<td colspan="2">
<textarea cols="40" rows="10" name="body"></textarea>
</td>
</tr>
<tr>
<td>
<input type="submit" name="submit" value="Submit">
<input type="Reset">
</td>
</tr>
</table>
</form>
</body>
</html>

Tags:邮件 发送 简单

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接