邮件发送简单例子-html文件
导读:收集整理的这篇文章主要介绍了邮件发送简单例子-html文件,觉得挺不错的,现在分享给大家,也给大家做个参考。 <htML><head><tITle>J...
收集整理的这篇文章主要介绍了邮件发送简单例子-html文件,觉得挺不错的,现在分享给大家,也给大家做个参考。 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>
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: 邮件发送简单例子-html文件
本文地址: https://pptw.com/jishu/604457.html
