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

2016-01-29 12:04 20 1 收藏

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

【 tulaoshi.com - Java 】

  <html
<head
<titleJavaMail Form</title
</head

<body
<form action="/purejsp/MailExample.jsp" method="post"
<table cellspacing="2" cellpadding="2" border="1"
<tr
<tdTo:</td
<td
<input type="text" name="to" size="30" maxlength="30"
</td
</tr
<tr
<tdFrom:</td
<td
<input type="text" name="from" size="30" maxlength="30"
</td
</tr
<tr
<tdSubject</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

 

来源:http://www.tulaoshi.com/n/20160129/1484505.html

延伸阅读
标签: ASP
如何通过 ASP 来发送带附件、格式为 HTML 的邮件?下面提供了一个例程. <%@ LANGUAGE=VBScript% <% Response.Buffer = True Response.Expires = 0 '创建对象实例 Set myMail = Server.CreateObject("CDONTS.NewMail") '以下是将要发送的内容 HTML = "<html" HTML = HTML & "<head" HTML = HTML & "<titleSending CD...
标签: Web开发
到此就可以就发送请求读取服务器端的XML数据了,最后要做的就是处理数据了。 关于XMLHttpRequest对象,请参考About XMLHttpRequest Object一文。 看例子: //AjaxDemo.html !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tr...
标签: Web开发
一个用Php Class写的发信程序 这个类里显示了发送MIME的方法,也就是HTML格式信件和附件发送的问题。 /* Mail: An object to encapsulate the sending of email. Allows user-specified From: addresses, handles the encoding of attachments; conforms more or less to MIME standards.. Uses sendmail to send the mail, mimencod...
CREATE OR REPLACE PROCEDURE PROCSENDEMAIL(P_TXT        VARCHAR2,                                     &nb...
标签: PHP
  测试过的环境   win2000/IIS linux/apache win2000 下的 apache 没有成功!不知道为什么!!! <? echo "你会看到这个技术的前景!哈哈!...什么?没看到,刷新一次看看!! 看到了吧!!"; $i = 1;   for($j=0;$j<500;$j++)print(" "); //这一行就是不用刷新页面就能显示的部分...

经验教程

994

收藏

54
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部